diff --git a/intern/ghost/intern/GHOST_SystemWin32.cc b/intern/ghost/intern/GHOST_SystemWin32.cc index 90ec4577370..a38e25719a7 100644 --- a/intern/ghost/intern/GHOST_SystemWin32.cc +++ b/intern/ghost/intern/GHOST_SystemWin32.cc @@ -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";