Author: jimtabor
Date: Fri Sep 14 10:37:08 2007
New Revision: 29031
URL:
http://svn.reactos.org/svn/reactos?rev=29031&view=rev
Log:
It does work. There is another bug in the tree!
Modified:
trunk/reactos/dll/win32/user32/windows/defwnd.c
Modified: trunk/reactos/dll/win32/user32/windows/defwnd.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/user32/windows/d…
==============================================================================
--- trunk/reactos/dll/win32/user32/windows/defwnd.c (original)
+++ trunk/reactos/dll/win32/user32/windows/defwnd.c Fri Sep 14 10:37:08 2007
@@ -1058,7 +1058,8 @@
}
case WM_LBUTTONDBLCLK:
-// return (DefWndNCLButtonDblClk(hWnd, HTCLIENT, lParam));
+ return (DefWndNCLButtonDblClk(hWnd, HTCLIENT, lParam));
+
case WM_NCLBUTTONDBLCLK:
{
return (DefWndNCLButtonDblClk(hWnd, wParam, lParam));