Alexandre Julliard : winex11: Remove leftover debugging output.

Alexandre Julliard julliard at winehq.org
Thu Mar 20 09:48:08 CDT 2008


Module: wine
Branch: master
Commit: 6677e15389909ffa29cd9149bade541c3c5008be
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=6677e15389909ffa29cd9149bade541c3c5008be

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Mar 19 13:39:37 2008 +0100

winex11: Remove leftover debugging output.

---

 dlls/winex11.drv/winpos.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/dlls/winex11.drv/winpos.c b/dlls/winex11.drv/winpos.c
index b444423..25e643e 100644
--- a/dlls/winex11.drv/winpos.c
+++ b/dlls/winex11.drv/winpos.c
@@ -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);
 




More information about the wine-cvs mailing list