Searched refs:sdlFlags (Results 1 – 1 of 1) sorted by relevance
/external/libvncserver/client_examples/ |
D | SDLvncviewer.c | 21 int sdlFlags = SDL_HWSURFACE | SDL_ASYNCBLIT | SDL_HWACCEL; variable 23 int sdlFlags = SDL_HWSURFACE | SDL_HWACCEL; variable 35 sdlFlags |= SDL_RESIZABLE; in resize() 39 rfbBool okay=SDL_VideoModeOK(width,height,depth,sdlFlags); in resize() 42 okay=SDL_VideoModeOK(width,height,depth,sdlFlags); in resize() 44 SDL_Surface* sdl=SDL_SetVideoMode(width,height,depth,sdlFlags); in resize() 283 sdl = SDL_SetVideoMode(w, h, depth, sdlFlags); in setRealDimension()
|