Update of /cvsroot/gemrb/gemrb/gemrb/plugins/SDLVideo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14734/SDLVideo
Modified Files:
SDLVideoDriver.cpp
Log Message:
added importing and rendering area overlays (transparency is not implemented)
Index: SDLVideoDriver.cpp
===================================================================
RCS file: /cvsroot/gemrb/gemrb/gemrb/plugins/SDLVideo/SDLVideoDriver.cpp,v
retrieving revision 1.136
retrieving revision 1.137
diff -C2 -d -r1.136 -r1.137
*** SDLVideoDriver.cpp 17 Feb 2006 20:19:56 -0000 1.136
--- SDLVideoDriver.cpp 22 Feb 2006 18:38:20 -0000 1.137
***************
*** 43,49 ****
};
- //actually it won't be transparent :(
- SDL_Color TRANSPARENT_BLACK={0,0,0,SDL_ALPHA_TRANSPARENT};
-
SDLVideoDriver::SDLVideoDriver(void)
{
--- 43,46 ----
|