Commit 77915701 authored by Alexandre Julliard's avatar Alexandre Julliard

Added CS_DBLCLKS so that systray receives double clicks.

parent 5d3b7e64
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment