Jarvik7 / sdl-wii

Automatically exported from code.google.com/p/sdl-wii
0 stars 0 forks source link

SDL_HWPALETTE isn't set on SDL_VideoSurface #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When passing the flag SDL_HWPALETTE to SDL_SetVideoMode, WII_SetVideoMode
does not set the SDL_HWPALETTE flag to be set and thus causes another
Surface to be created and returned other than SDL_VideoSurface.  Attached
is a patch which corrects this issue.

Original issue reported on code.google.com by tehp...@gmail.com on 13 May 2009 at 5:50

Attachments:

GoogleCodeExporter commented 9 years ago
glad you solved this, thanks for the fix. committed to svn.

Original comment by dborth@gmail.com on 13 May 2009 at 8:34

GoogleCodeExporter commented 9 years ago

Original comment by dborth@gmail.com on 14 May 2009 at 5:20