mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:42:57 +00:00
Need to update or sync with wine.
svn path=/trunk/; revision=29030
This commit is contained in:
parent
eb04671664
commit
a9a5011479
1 changed files with 1 additions and 2 deletions
|
@ -1058,8 +1058,7 @@ User32DefWindowProc(HWND hWnd,
|
||||||
}
|
}
|
||||||
|
|
||||||
case WM_LBUTTONDBLCLK:
|
case WM_LBUTTONDBLCLK:
|
||||||
return (DefWndNCLButtonDblClk(hWnd, HTCLIENT, lParam));
|
// return (DefWndNCLButtonDblClk(hWnd, HTCLIENT, lParam));
|
||||||
|
|
||||||
case WM_NCLBUTTONDBLCLK:
|
case WM_NCLBUTTONDBLCLK:
|
||||||
{
|
{
|
||||||
return (DefWndNCLButtonDblClk(hWnd, wParam, lParam));
|
return (DefWndNCLButtonDblClk(hWnd, wParam, lParam));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue