Skip to content

Commit 8d60182

Browse files
committed
Remove SDL_DOUBLEBUF
1 parent 039e946 commit 8d60182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SourceX/miniwin/misc.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ bool SpawnWindow(LPCSTR lpWindowName, int nWidth, int nHeight)
145145
DvlIntSetting("grab input", &grabInput);
146146

147147
#ifdef USE_SDL1
148-
int flags = SDL_SWSURFACE | SDL_DOUBLEBUF | SDL_HWPALETTE;
148+
int flags = SDL_SWSURFACE | SDL_HWPALETTE;
149149
if (fullscreen)
150150
flags |= SDL_FULLSCREEN;
151151
SDL_WM_SetCaption(lpWindowName, WINDOW_ICON_NAME);

0 commit comments

Comments
 (0)