From 50c7f587bcbe6e9609760c5eb446756bacc95acc Mon Sep 17 00:00:00 2001 From: mcmartin Date: Sun, 14 Dec 2003 15:11:55 +0000 Subject: [PATCH] Use OpenGL types for OpenGL functions (from Nic) git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1301 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/libs/graphics/sdl/opengl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sc2/src/sc2code/libs/graphics/sdl/opengl.c b/sc2/src/sc2code/libs/graphics/sdl/opengl.c index 1f02f53d9..25acbd1c3 100644 --- a/sc2/src/sc2code/libs/graphics/sdl/opengl.c +++ b/sc2/src/sc2code/libs/graphics/sdl/opengl.c @@ -27,8 +27,8 @@ static SDL_Surface *scaled_display; static SDL_Surface *scaled_transition; static int ScreenFilterMode; -static unsigned int DisplayTexture; -static unsigned int TransitionTexture; +static GLuint DisplayTexture; +static GLuint TransitionTexture; static BOOLEAN scanlines; static BOOLEAN upload_transitiontexture = FALSE;