Fix #116618: Win32 Use Null for Background Window Brush #116642

Merged
Harley Acheson merged 1 commits from Harley/blender:Win32BgBrush into main 2023-12-29 23:12:20 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -603,7 +603,7 @@ GHOST_TSuccess GHOST_SystemWin32::init()
#ifdef INW32_COMPISITING
(HBRUSH)CreateSolidBrush
#endif
(HBRUSH) GetStockObject(DKGRAY_BRUSH);
(0x00000000);
wc.lpszMenuName = 0;
wc.lpszClassName = L"GHOST_WindowClass";