Added CS_DBLCLKS so that systray receives double clicks.

This commit is contained in:
Alexandre Julliard 2002-11-24 22:16:29 +00:00
parent 5d3b7e64ec
commit 7791570139
1 changed files with 1 additions and 1 deletions

View File

@ -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;