Searched refs:resize_icon (Results 1 – 2 of 2) sorted by relevance
107 … SDL_Surface *resize_icon; /* icon for the resize badge, we have to draw it by hand */ member149 #define resize_icon (this->hidden->resize_icon) macro
1486 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);