Added CS_DBLCLKS so that systray receives double clicks.
This commit is contained in:
parent
5d3b7e64ec
commit
7791570139
|
@ -157,7 +157,7 @@ BOOL SYSTRAY_RegisterClass(void)
|
|||
{
|
||||
WNDCLASSA wc;
|
||||
|
||||
wc.style = CS_SAVEBITS;
|
||||
wc.style = CS_SAVEBITS|CS_DBLCLKS;
|
||||
wc.lpfnWndProc = (WNDPROC)SYSTRAY_WndProc;
|
||||
wc.cbClsExtra = 0;
|
||||
wc.cbWndExtra = 0;
|
||||
|
|
Loading…
Reference in New Issue