]> git.sesse.net Git - vlc/commitdiff
Unused variable
authorRémi Denis-Courmont <rdenis@simphalempin.com>
Sun, 15 Feb 2009 14:07:53 +0000 (16:07 +0200)
committerRémi Denis-Courmont <rdenis@simphalempin.com>
Sun, 15 Feb 2009 14:07:53 +0000 (16:07 +0200)
modules/video_output/x11/xcommon.c

index 281887f28824f8c8489b78c895c6cbef14a3bdb8..dd976ed93eb58e12e22f28bb50288e0c86d28548 100644 (file)
@@ -2109,7 +2109,6 @@ static void FreePicture( vout_thread_t *p_vout, picture_t *p_pic )
 static void ToggleFullScreen ( vout_thread_t *p_vout )
 {
     Atom prop;
-    XEvent xevent;
     mwmhints_t mwmhints;
     XSetWindowAttributes attributes;
 
@@ -2403,6 +2402,7 @@ static void ToggleFullScreen ( vout_thread_t *p_vout )
      * the call is first redirected to the window manager) */
 
 #if BADFS // RASTER: this is silly... if we have already mapped before
+    XEvent xevent;
     do
     {
         XWindowEvent( p_vout->p_sys->p_display,