mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-15 08:32:22 -07:00
actually do redraw on resize - need that win32 window class style..
This commit is contained in:
@@ -846,6 +846,7 @@ os_graphical_init(void)
|
||||
wndclass.lpszClassName = L"graphical-window";
|
||||
wndclass.hCursor = LoadCursorA(0, IDC_ARROW);
|
||||
wndclass.hIcon = LoadIcon(w32_h_instance, MAKEINTRESOURCE(1));
|
||||
wndclass.style = CS_VREDRAW|CS_HREDRAW;
|
||||
ATOM wndatom = RegisterClassExW(&wndclass);
|
||||
(void)wndatom;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user