[Bug 12264] IDA disassembler window isn't added to taskbar

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Apr 8 12:37:01 CDT 2008


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





--- Comment #3 from Giuseppe Bilotta <giuseppe.bilotta at gmail.com>  2008-04-08 12:36:59 ---
Created an attachment (id=11981)
 --> (http://bugs.winehq.org/attachment.cgi?id=11981)
Patch to add owned windows to taskbar if owner isn't mapped

I attach here my proposed solution for this problem, which is to add owned
windows to the taskbar if the owner isn't mapped.

Technically speaking, this doesn't solve the problem Dmitry Timoshkov talks
about:
"""
What you need to be fixed is making a zero sized window with WS_VISIBLE
style set mapped, but X11/WMs doesn't handle that gracefully.
"""

Indeed, when I tried to make the zero sized visible window mapped I got odd
results such as the zero sized window appearing, with decorations and all,
causing strange focusing problems etc.

I don't know if it's even possible to make the zero sized windows mapped in a
sensible way, so I propose this alternative fix.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list