Searched refs:gWMIcon (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VBoxSDL/
H A DFramebuffer.cpp70 static SDL_Surface *gWMIcon = NULL; /**< the application icon */ variable
244 gWMIcon = SDL_AllocSurface(SDL_SWSURFACE, 64, 64, 24, 0xff, 0xff00, 0xff0000, 0);
246 if (gWMIcon)
248 memcpy(gWMIcon->pixels, g_abIco64x01+32, g_cbIco64x01-32);
249 SDL_WM_SetIcon(gWMIcon, NULL);
267 if (gWMIcon)
269 SDL_FreeSurface(gWMIcon);
270 gWMIcon = NULL;

Completed in 45 milliseconds