http://bugs.winehq.org/show_bug.cgi?id=9437
--- Comment #9 from Kirill K. Smirnov lich@math.spbu.ru 2007-08-28 06:08:01 ---
When I commented it out, qip and winamp begin working correct.
I've mistake here, only winamp began to work, sorry.
Another considerations:
qip main window itself is tool window, which has narrow titlebar.
1) This type of windows should have specific MWM hints. Currently only window type is set.
window_type = x11drv_atom(_NET_WM_WINDOW_TYPE_UTILITY);
I do not know is there such specific MWM hint. If there isn't such hint, why do not let this window be unmanaged?
2) Should is_window_managed function check for WS_EX_TOOLWINDOW BEFORE checking for (swp_flags & (SWP_NOACTIVATE|SWP_HIDEWINDOW))?