[Bug 9437] QIP window should not have WM titlebar

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Aug 28 06:08:02 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=9437





--- Comment #9 from Kirill K. Smirnov <lich at 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))?


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list