http://bugs.winehq.org/show_bug.cgi?id=3534
lich@math.spbu.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |lich@math.spbu.ru
------- Additional Comments From lich@math.spbu.ru 2007-27-06 06:28 ------- Some time ago (Jan 2007) I sent a serie of patches which implements transparency. Since they involve more hacks than clear implementation, they have not been applied.
Moreover, during window initialization wine change dimentions of a tray window, so the icon slides down (this is a feature of the proposed solution). Current systray implementation does not support basic features (such as icon hide/show. baloon messages...) For now I think we should implement a generic XEMBED protocol (not hacks like WS_EX_TRAYWINDOW) and only then systray protocol.
Since I am not a master in X11, so I left trying to implement clear XEMBED in favor of simple hacks.