DefWindowProc WM_NCHITTEST
This commit is contained in:
parent
20115e1b1a
commit
0600b75932
1 changed files with 1 additions and 0 deletions
|
@ -913,6 +913,7 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
|
|||
case WM_NCLBUTTONUP:
|
||||
case WM_NCACTIVATE:
|
||||
case WM_NCPAINT:
|
||||
case WM_NCHITTEST:
|
||||
{
|
||||
return DefWindowProc(hWnd, uMsg, wParam, lParam);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue