Commit 930061c2 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

winex11.drv: X11DRV_XF86VM_SetExclusiveMode() is unused so remove it.

parent 323c94b5
......@@ -263,15 +263,6 @@ void X11DRV_XF86VM_Cleanup(void)
wine_tsx11_unlock();
}
void X11DRV_XF86VM_SetExclusiveMode(int lock)
{
if (!dd_modes) return; /* no XVidMode */
wine_tsx11_lock();
pXF86VidModeLockModeSwitch(gdi_display, DefaultScreen(gdi_display), lock);
wine_tsx11_unlock();
}
/***** GAMMA CONTROL *****/
/* (only available in XF86VidMode 2.x) */
......
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