Don't use CS_CLASSDC after all. Makes drawing multiple windows funky.

This commit is contained in:
Nathan Letwory
2010-10-21 11:15:57 +00:00
parent 76a0de3a0d
commit b9d17f97eb

View File

@@ -356,7 +356,7 @@ GHOST_TSuccess GHOST_SystemWin32::init()
if (success) {
WNDCLASS wc;
wc.style= CS_HREDRAW | CS_VREDRAW | CS_CLASSDC;
wc.style= CS_HREDRAW | CS_VREDRAW;
wc.lpfnWndProc= s_wndProc;
wc.cbClsExtra= 0;
wc.cbWndExtra= 0;