mirror of
https://bitbucket.org/CPMADevs/cnq3
synced 2024-11-23 12:32:14 +00:00
removed the WS_BORDER flag in FS as it caused issues on some configs
This commit is contained in:
parent
ddb6f080f3
commit
7ccf48f10d
1 changed files with 1 additions and 3 deletions
|
@ -491,9 +491,7 @@ static qbool GLW_CreateWindow( int width, int height, int colorbits )
|
|||
|
||||
if ( glInfo.isFullscreen )
|
||||
{
|
||||
// WS_BORDER fixes the single black flash that happens when reloading a map
|
||||
// right after switching from windowed mode to full-screen
|
||||
style |= WS_POPUP | WS_BORDER;
|
||||
style |= WS_POPUP;
|
||||
exstyle = WS_EX_TOPMOST;
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue