winex11: add owned windows to taskbar if owner is not mapped thebat-fixes-old
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Sat, 5 Apr 2008 14:23:35 +0000 (16:23 +0200)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Sun, 20 Apr 2008 13:21:10 +0000 (15:21 +0200)
commitdcbf97fc9b4eea0ab6f40aa6cb25246d4ccbc4ca
tree1d46e136b241c3f975ee53a069edba1a2104a24f
parent4262448ef3eac63c950122945601799c8a057b9b
winex11: add owned windows to taskbar if owner is not mapped

Some applications' main window is owned by a zero-sized control window. Skipping
the taskbar for these main window means that the application will not get a button
in the taskbar at all, because the control window is not mapped. This causes
problems such as the application becoming inaccessible after minimization.

Solve the problem by adding the window to the taskbar if the owner is not mapped.
dlls/winex11.drv/winpos.c