Home
last modified time | relevance | path

Searched refs:SDL_DisplayColormap (Results 1 – 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/x11/
DSDL_x11video.c669 SDL_DisplayColormap = DefaultColormap(SDL_Display, SDL_Screen); in X11_VideoInit()
680 SDL_XColorMap = SDL_DisplayColormap; in X11_VideoInit()
759 SDL_DisplayColormap,&pixel,1,0); in X11_DestroyWindow()
983 if ( SDL_XColorMap != SDL_DisplayColormap ) { in X11_CreateWindow()
1007 SDL_XColorMap = SDL_DisplayColormap; in X11_CreateWindow()
1521 if ( SDL_XColorMap != SDL_DisplayColormap ) { in X11_VideoQuit()
DSDL_x11video.h203 #define SDL_DisplayColormap (this->hidden->DisplayColormap) macro