Please, explain me, what is wrong with this serie of patches? What to do to improve them? http://www.winehq.org/pipermail/wine-patches/2007-January/034408.html http://www.winehq.org/pipermail/wine-patches/2007-January/034409.html http://www.winehq.org/pipermail/wine-patches/2007-January/034410.html http://www.winehq.org/pipermail/wine-patches/2007-January/034412.html http://www.winehq.org/pipermail/wine-patches/2007-January/034413.html Regards, Kirill K. Smirnov
"Kirill K. Smirnov" <lich(a)math.spbu.ru> writes:
Please, explain me, what is wrong with this serie of patches? What to do to improve them?
As I said, making the background pixmap ParentRelative is just a hack, it's not real transparency. You don't know how the parent will paint itself, so you can't rely on that. Also, your patch adds special handling for the tray window in user32, that's a violation of the driver abstraction. -- Alexandre Julliard julliard(a)winehq.org
participants (2)
-
Alexandre Julliard -
Kirill K. Smirnov