Commit fba87b11 authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

winex11.drv: Don't activate the systray window when repositioning it.

parent 68efb47c
......@@ -341,7 +341,7 @@ static void systray_dock_window( Display *display, struct x11drv_win_data *data
* http://standards.freedesktop.org/xembed-spec/latest/ar01s04.html */
SetWindowPos( data->hwnd, NULL, virtual_screen_rect.right + 1, virtual_screen_rect.bottom + 1,
0, 0, SWP_NOZORDER | SWP_NOSIZE );
0, 0, SWP_NOZORDER | SWP_NOSIZE | SWP_NOACTIVATE );
/* set XEMBED protocol data on the window */
info[0] = 0; /* protocol version */
......
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