[Bug 1598] delphi 3 - managed - missing minimize/maximize buttons

Wine Bugs wine-bugs at winehq.org
Sat Oct 7 07:54:08 CDT 2006


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





------- Additional Comments From nshmyrev at yandex.ru  2006-07-10 07:54 -------
I've investigated this bug a bit. The reason that metacity removes
maximize/minize is the following:

since wine doesn't set window type (it sets WM_WINDOW_TYPE only for UTILITY),
metacity tries to guess the correct window type. And since transient for is set,
it tries to set window type DIALOG. While it's completely wrong. We should set
NORMAL window type for NORMAL windows, that will help in this situation.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



More information about the wine-bugs mailing list