From 466fdc2259da4f0ecb7273e95fc56eeb562cb900 Mon Sep 17 00:00:00 2001 From: gewlitys Date: Fri, 27 Jul 2007 23:30:21 +0000 Subject: [PATCH] forgot to add new param to ifdeffed portion too git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2822 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/libs/graphics/sdl/sdl_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/sc2code/libs/graphics/sdl/sdl_common.c b/sc2/src/sc2code/libs/graphics/sdl/sdl_common.c index 8618d09bd..e35bfb2dc 100644 --- a/sc2/src/sc2code/libs/graphics/sdl/sdl_common.c +++ b/sc2/src/sc2code/libs/graphics/sdl/sdl_common.c @@ -102,7 +102,7 @@ TFB_ReInitGraphics (int driver, int flags, int width, int height) driver = TFB_GFXDRIVER_SDL_PURE; log_add (log_Warning, "OpenGL support not compiled in," " so using pure SDL driver"); - result = TFB_Pure_ConfigureVideo (driver, flags, width, height); + result = TFB_Pure_ConfigureVideo (driver, flags, width, height, togglefullscreen); #endif } else