mirror of
https://github.com/reactos/wine.git
synced 2025-02-08 05:08:16 +00:00
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…
x
Reference in New Issue
Block a user