[eventvwr]

- Reduce flicker

svn path=/trunk/; revision=51678
This commit is contained in:
Giannis Adamopoulos 2011-05-11 21:33:27 +00:00
parent ff0258baab
commit 326accb790

View file

@ -741,7 +741,7 @@ MyRegisterClass(HINSTANCE hInstance)
wcex.cbSize = sizeof(WNDCLASSEX);
wcex.style = CS_HREDRAW | CS_VREDRAW;
wcex.style = 0;
wcex.lpfnWndProc = WndProc;
wcex.cbClsExtra = 0;
wcex.cbWndExtra = 0;
@ -779,7 +779,7 @@ InitInstance(HINSTANCE hInstance,
hwndMainWindow = CreateWindowW(szWindowClass,
szTitle,
WS_OVERLAPPEDWINDOW,
WS_OVERLAPPEDWINDOW | WS_CLIPCHILDREN,
CW_USEDEFAULT, 0, CW_USEDEFAULT, 0,
NULL,
NULL,