]> git.sesse.net Git - vlc/commitdiff
Remove no-op combination.
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 25 Apr 2009 20:39:26 +0000 (23:39 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 25 Apr 2009 20:43:12 +0000 (23:43 +0300)
modules/video_output/x11/xcommon.c

index bf05bf3678b376231d0f698a06ccad69f6a102d1..ea973d8663a051e78887f14b0ccea3e899310188 100644 (file)
@@ -1501,12 +1501,11 @@ static int ManageVideo( vout_thread_t *p_vout )
     {
         unsigned int i_width, i_height, i_x, i_y;
 
-        p_vout->i_changes &= ~VOUT_SIZE_CHANGE;
-
 #ifdef MODULE_NAME_IS_x11
         /* We need to signal the vout thread about the size change because it
          * is doing the rescaling */
-        p_vout->i_changes |= VOUT_SIZE_CHANGE;
+#else
+        p_vout->i_changes &= ~VOUT_SIZE_CHANGE;
 #endif
 
         vout_PlacePicture( p_vout, p_vout->p_sys->p_win->i_width,