mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-04 12:58:41 +00: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.lpszClassName = L"graphical-window";
|
||||||
wndclass.hCursor = LoadCursorA(0, IDC_ARROW);
|
wndclass.hCursor = LoadCursorA(0, IDC_ARROW);
|
||||||
wndclass.hIcon = LoadIcon(w32_h_instance, MAKEINTRESOURCE(1));
|
wndclass.hIcon = LoadIcon(w32_h_instance, MAKEINTRESOURCE(1));
|
||||||
|
wndclass.style = CS_VREDRAW|CS_HREDRAW;
|
||||||
ATOM wndatom = RegisterClassExW(&wndclass);
|
ATOM wndatom = RegisterClassExW(&wndclass);
|
||||||
(void)wndatom;
|
(void)wndatom;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user