Searched refs:SDL_DisplayColormap (Results 1 – 2 of 2) sorted by relevance
669 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()
203 #define SDL_DisplayColormap (this->hidden->DisplayColormap) macro