Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
DSDL_QuartzVideo.h107 … SDL_Surface *resize_icon; /* icon for the resize badge, we have to draw it by hand */ member
149 #define resize_icon (this->hidden->resize_icon) macro
DSDL_QuartzVideo.m1486 if (resize_icon == NULL) {
1494 resize_icon = SDL_ConvertSurface (tmp, SDL_VideoSurface->format, SDL_SRCCOLORKEY);
1495 SDL_SetColorKey (resize_icon, SDL_SRCCOLORKEY, 0xFFFFFF);
1505 SDL_BlitSurface (resize_icon, NULL, SDL_VideoSurface, &icon_rect);