mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
sdlayer.cpp: don't alter desktop composition using win_setvideomode() if we're creating an SDL window for rendering GL
git-svn-id: https://svn.eduke32.com/eduke32@6920 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
9d243606d0
commit
7fd844a795
1 changed files with 0 additions and 3 deletions
|
@ -1605,9 +1605,6 @@ int32_t videoSetMode(int32_t x, int32_t y, int32_t c, int32_t fs)
|
|||
if (nogl)
|
||||
return -1;
|
||||
|
||||
#ifdef _WIN32
|
||||
win_setvideomode(c);
|
||||
#endif
|
||||
struct glattribs
|
||||
{
|
||||
SDL_GLattr attr;
|
||||
|
|
Loading…
Reference in a new issue