raddbg icon building/embedding/loading

This commit is contained in:
Ryan Fleury
2024-01-21 22:21:41 -08:00
parent 89c5d22f7f
commit 27deda390f
5 changed files with 11 additions and 4 deletions
+1
View File
@@ -571,6 +571,7 @@ os_graphical_init(void)
wndclass.hInstance = w32_h_instance;
wndclass.lpszClassName = L"graphical-window";
wndclass.hCursor = LoadCursorA(0, IDC_ARROW);
wndclass.hIcon = LoadIcon(w32_h_instance, MAKEINTRESOURCE(1));
ATOM wndatom = RegisterClassExW(&wndclass);
(void)wndatom;
}