Mercurial > sdl-ios-xcode
diff src/video/nanox/SDL_nxvideo.c @ 699:d3b2e93629eb
Fixed some bugs in the Nano-X video driver
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 30 Aug 2003 09:06:37 +0000 |
parents | 31d9be995d5c |
children | b8d311d90021 |
line wrap: on
line diff
--- a/src/video/nanox/SDL_nxvideo.c Sat Aug 30 06:27:01 2003 +0000 +++ b/src/video/nanox/SDL_nxvideo.c Sat Aug 30 09:06:37 2003 +0000 @@ -506,6 +506,7 @@ GammaRamp_G [i] = green [i] ; GammaRamp_B [i] = blue [i] ; } + SDL_UpdateRect(this->screen, 0, 0, 0, 0); Dprintf ("leave NX_SetGammaRamp\n") ; return 0 ;