]> git.sesse.net Git - vlc/blobdiff - modules/gui/ncurses.c
Qt menus: Add a fullscreen switch button (popup)
[vlc] / modules / gui / ncurses.c
index cba2405aa6cab3fcbb0f96515dfad9e215e10ac0..91c55c6cbd022c526a66efeb683b0c3eb69702cd 100644 (file)
@@ -1558,6 +1558,10 @@ static void Redraw( intf_thread_t *p_intf, time_t *t_last_refresh )
         {
             mvnprintw( y++, 0, COLS, _(" State    : Playing %s"), psz_state );
         }
+        else if( val.i_int == STOP_S )
+        {
+            mvnprintw( y++, 0, COLS, _(" State    : Stopped %s"), psz_state );
+        }
         else if( val.i_int == OPENING_S )
         {
             mvnprintw( y++, 0, COLS, _(" State    : Opening/Connecting %s"), psz_state );