Man Page: sdl_flip
Operating Environment: opensolaris
Section: 3
SDL_Flip(3) SDL API Reference SDL_Flip(3)NAMESDL_Flip - Swaps screen buffersSYNOPSIS#include "SDL.h" int SDL_Flip(SDL_Surface *screen);DESCRIPTIONOn hardware that supports double-buffering, this function sets up a flip and returns. The hardware will wait for vertical retrace, and then swap video buffers before the next video surface blit or lock will return. On hardware that doesn't support double-buffering, this is equivalent to calling SDL_UpdateRect(screen, 0, 0, 0, 0) The SDL_DOUBLEBUF flag must have been passed to SDL_SetVideoMode, when setting the video mode for this function to perform hardware flip- ping.RETURN VALUEThis function returns 0 if successful, or -1 if there was an error.SEE ALSOSDL_SetVideoMode, SDL_UpdateRect, SDL_SurfaceSDLTue 11 Sep 2001, 23:01 SDL_Flip(3)
| Related Man Pages |
|---|
| sdl_setcolors(3) - opensolaris |
| sdl_setpalette(3) - redhat |
| sdl_setvideomode(3) - debian |
| sdl_setcolors(3) - suse |
| sdl_setvideomode(3) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| What does this mean? |
| Change directory for core file |
| Free Sun Blade 2k, Ultra 2, Ross Hyperstation 30, cards, memory- Baltimore, MD |
| Solaris 10 - password complexity not working |
| What is good? |