aboutsummaryrefslogtreecommitdiff
path: root/shell/video/sdl/video_blit.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/video/sdl/video_blit.c')
-rw-r--r--shell/video/sdl/video_blit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/video/sdl/video_blit.c b/shell/video/sdl/video_blit.c
index 0e489c0..6a8f748 100644
--- a/shell/video/sdl/video_blit.c
+++ b/shell/video/sdl/video_blit.c
@@ -54,7 +54,7 @@ void Init_Video()
SDL_ShowCursor(0);
- sdl_screen = SDL_SetVideoMode(320, 240, 16, SDL_HWSURFACE);
+ sdl_screen = SDL_SetVideoMode(320, 240, 16, SDL_HWSURFACE | SDL_DOUBLEBUF);
backbuffer = SDL_CreateRGBSurface(SDL_SWSURFACE, 320, 240, 16, 0,0,0,0);