mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +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:
|
||||
return (DefWndNCLButtonDblClk(hWnd, HTCLIENT, lParam));
|
||||
|
||||
// return (DefWndNCLButtonDblClk(hWnd, HTCLIENT, lParam));
|
||||
case WM_NCLBUTTONDBLCLK:
|
||||
{
|
||||
return (DefWndNCLButtonDblClk(hWnd, wParam, lParam));
|
||||
|
|
Loading…
Reference in a new issue