Commit 334e88bc authored by Alexandre Julliard's avatar Alexandre Julliard

winex11: Don't set NET_WM_STATE on the desktop window.

parent 2ae8e876
......@@ -179,6 +179,7 @@ static void update_net_wm_states( Display *display, struct x11drv_win_data *data
DWORD i, style, ex_style, new_state = 0;
if (!data->managed) return;
if (data->whole_window == root_window) return;
style = GetWindowLongW( data->hwnd, GWL_STYLE );
if (data->whole_rect.left <= 0 && data->whole_rect.right >= screen_width &&
......
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