Home | History | Annotate | Download | only in client

Lines Matching full:windowstyle

43 DWORD		WindowStyle, ExWindowStyle;

1308 WindowStyle = WS_OVERLAPPED | WS_BORDER | WS_CAPTION | WS_SYSMENU |
1312 AdjustWindowRectEx(&WindowRect, WindowStyle, FALSE, 0);
1322 WindowStyle,
1341 SetWindowLong(mainwindow, GWL_STYLE, WindowStyle | WS_VISIBLE);
1510 WindowStyle = WS_POPUP | WS_SYSMENU | WS_CLIPSIBLINGS | WS_CLIPCHILDREN;
1512 AdjustWindowRectEx(&WindowRect, WindowStyle, FALSE, 0);
1514 SetWindowLong(mainwindow, GWL_STYLE, WindowStyle | WS_VISIBLE);