Re: [TRY 2] XEmbed System Tray Support
22 Aug
2006
22 Aug
'06
10:17 a.m.
James Liggett <jrliggett(a)cox.net> writes:
+ /* fall back to he KDE hints if the WM doesn't support XEMBED'ed + * systrays */ + + /* Put the window back within the screen so it will be mapped */ + SetWindowPos( data->hwnd, NULL, 0, 0, 0, 0, SWP_NOZORDER | SWP_NOSIZE );
It would be nicer to create the window with normal coordinates, and only move it off-screen when needed, instead of having off-screen be the default behavior. It would also avoid having explorer know about internals of the systray implementation. -- Alexandre Julliard julliard(a)winehq.org
7055
Age (days ago)
7055
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard