]> git.sesse.net Git - vlc/blobdiff - modules/control/hotkeys.c
"fullscreen" callback: do nothing if value is unchanged
[vlc] / modules / control / hotkeys.c
index f50b9952c0188a0b58eb5b82d908db4afe6d572b..8f7c3f556f32c09772444d357d20eae887ade891 100644 (file)
@@ -236,7 +236,7 @@ static int PutAction( intf_thread_t *p_intf, int i_action )
         }
 
         case ACTIONID_LEAVE_FULLSCREEN:
-            if( p_vout && var_GetBool( p_vout, "fullscreen" ) )
+            if( p_vout )
                 var_SetBool( p_vout, "fullscreen", false );
             break;