Commit 46489aed authored by Alexandre Julliard's avatar Alexandre Julliard

winex11: Don't attempt to dock into the system tray in desktop mode.

parent 823640fc
......@@ -690,6 +690,8 @@ void X11DRV_make_systray_window( HWND hwnd )
struct x11drv_win_data *data;
Window systray_window;
if (root_window != DefaultRootWindow(display)) return;
if (!(data = X11DRV_get_win_data( hwnd )) &&
!(data = X11DRV_create_win_data( hwnd ))) return;
......
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