http://bugs.winehq.org/show_bug.cgi?id=3534
------- Additional Comments From citizenr@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?