mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 13:10:28 +00:00
winex11: Fix the virtual desktop check in update_desktop_fullscreen().
This commit is contained in:
parent
92e04256a9
commit
401d12085b
@ -208,7 +208,7 @@ static void update_desktop_fullscreen( unsigned int width, unsigned int height)
|
||||
Display *display = thread_display();
|
||||
XEvent xev;
|
||||
|
||||
if (!display || root_window != DefaultRootWindow( display )) return;
|
||||
if (!display || root_window == DefaultRootWindow( display )) return;
|
||||
|
||||
xev.xclient.type = ClientMessage;
|
||||
xev.xclient.window = root_window;
|
||||
|
Loading…
Reference in New Issue
Block a user