Commit 1fdf055e authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Unused variable

parent ba68523b
...@@ -2109,7 +2109,6 @@ static void FreePicture( vout_thread_t *p_vout, picture_t *p_pic ) ...@@ -2109,7 +2109,6 @@ static void FreePicture( vout_thread_t *p_vout, picture_t *p_pic )
static void ToggleFullScreen ( vout_thread_t *p_vout ) static void ToggleFullScreen ( vout_thread_t *p_vout )
{ {
Atom prop; Atom prop;
XEvent xevent;
mwmhints_t mwmhints; mwmhints_t mwmhints;
XSetWindowAttributes attributes; XSetWindowAttributes attributes;
...@@ -2403,6 +2402,7 @@ static void ToggleFullScreen ( vout_thread_t *p_vout ) ...@@ -2403,6 +2402,7 @@ static void ToggleFullScreen ( vout_thread_t *p_vout )
* the call is first redirected to the window manager) */ * the call is first redirected to the window manager) */
#if BADFS // RASTER: this is silly... if we have already mapped before #if BADFS // RASTER: this is silly... if we have already mapped before
XEvent xevent;
do do
{ {
XWindowEvent( p_vout->p_sys->p_display, XWindowEvent( p_vout->p_sys->p_display,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment