[Bug 3534] Systray icons are not transparent...

Wine Bugs wine-bugs at winehq.org
Wed Jun 27 05:55:23 CDT 2007


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





------- Additional Comments From citizenr at gmail.com  2007-27-06 05:55 -------
ok, so I spend 2 hours today learning why/how, and now I know that every tray 
icon is made up of window with WS_EX_TRAYWINDOW style hack
I tried adding WS_EX_TRANSPARENT
icon->window = CreateWindowEx(WS_EX_TRAYWINDOW | WS_EX_TRANSPARENT
but found this bug 
http://bugs.winehq.com/show_bug.cgi?id=1262
will WS_EX_TRANSPARENT ever work under wine?

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



More information about the wine-bugs mailing list