mirror of
https://github.com/glfw/glfw.git
synced 2026-02-18 05:13:03 +01:00
Consume WM_ERASEBKGND.
This commit is contained in:
@@ -733,6 +733,11 @@ static LRESULT CALLBACK windowProc(HWND hWnd, UINT uMsg,
|
||||
break;
|
||||
}
|
||||
|
||||
case WM_ERASEBKGND:
|
||||
{
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
case WM_SETCURSOR:
|
||||
{
|
||||
if (_glfw.focusedWindow == window && LOWORD(lParam) == HTCLIENT)
|
||||
|
||||
Reference in New Issue
Block a user