From 856c6a18afbc7f4611898731db5e1235a6572ff4 Mon Sep 17 00:00:00 2001 From: Alejandro Marzini Date: Mon, 26 Jul 2010 06:03:55 +0000 Subject: OPENGL: Add OSD message. svn-id: r51295 --- backends/graphics/sdl/sdl-graphics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/graphics/sdl') diff --git a/backends/graphics/sdl/sdl-graphics.h b/backends/graphics/sdl/sdl-graphics.h index a990d31a0f..da6cba30bc 100644 --- a/backends/graphics/sdl/sdl-graphics.h +++ b/backends/graphics/sdl/sdl-graphics.h @@ -136,7 +136,7 @@ protected: /** Surface containing the OSD message */ SDL_Surface *_osdSurface; /** Transparency level of the OSD */ - Uint8 _osdAlpha; + uint8 _osdAlpha; /** When to start the fade out */ uint32 _osdFadeStartTime; /** Enum with OSD options */ -- cgit v1.2.3