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 )
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,
......
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