mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +00:00
Vitaliy Margolen: Dont exit when double-clicking with right button held.
svn path=/trunk/; revision=29029
This commit is contained in:
@@ -1058,6 +1058,8 @@ User32DefWindowProc(HWND hWnd,
|
||||
}
|
||||
|
||||
case WM_LBUTTONDBLCLK:
|
||||
return (DefWndNCLButtonDblClk(hWnd, HTCLIENT, lParam));
|
||||
|
||||
case WM_NCLBUTTONDBLCLK:
|
||||
{
|
||||
return (DefWndNCLButtonDblClk(hWnd, wParam, lParam));
|
||||
|
||||
Reference in New Issue
Block a user