diff options
author | Alejandro Marzini | 2010-07-26 06:03:55 +0000 |
---|---|---|
committer | Alejandro Marzini | 2010-07-26 06:03:55 +0000 |
commit | 856c6a18afbc7f4611898731db5e1235a6572ff4 (patch) | |
tree | 805a7ceaa0e507b605576c2d9823d092bca6fa97 /backends/graphics/sdl | |
parent | 37cdff92773972ad52d643ece709c6e5c0823c29 (diff) | |
download | scummvm-rg350-856c6a18afbc7f4611898731db5e1235a6572ff4.tar.gz scummvm-rg350-856c6a18afbc7f4611898731db5e1235a6572ff4.tar.bz2 scummvm-rg350-856c6a18afbc7f4611898731db5e1235a6572ff4.zip |
OPENGL: Add OSD message.
svn-id: r51295
Diffstat (limited to 'backends/graphics/sdl')
-rw-r--r-- | backends/graphics/sdl/sdl-graphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |