winex11: Remove leftover debugging output.

This commit is contained in:
Alexandre Julliard 2008-03-19 13:39:37 +01:00
parent 9ff3c3955d
commit 6677e15389
1 changed files with 0 additions and 3 deletions

View File

@ -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);