mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
winex11: Remove leftover debugging output.
This commit is contained in:
parent
9ff3c3955d
commit
6677e15389
@ -196,10 +196,7 @@ static void update_net_wm_states( Display *display, struct x11drv_win_data *data
|
||||
|
||||
ex_style = GetWindowLongW( data->hwnd, GWL_EXSTYLE );
|
||||
if (ex_style & WS_EX_TOPMOST)
|
||||
{
|
||||
new_state |= (1 << NET_WM_STATE_ABOVE);
|
||||
ERR("switching window %p/%lx to STATE_ABOVE\n", data->hwnd, data->whole_window);
|
||||
}
|
||||
if (ex_style & WS_EX_TOOLWINDOW)
|
||||
new_state |= (1 << NET_WM_STATE_SKIP_TASKBAR) | (1 << NET_WM_STATE_SKIP_PAGER);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user