mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[eventvwr]
- Reduce flicker svn path=/trunk/; revision=51678
This commit is contained in:
parent
ff0258baab
commit
326accb790
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue