Home
last modified time | relevance | path

Searched refs:GENPIC_CLOSEBOX (Results 1 – 3 of 3) sorted by relevance

/dports/games/galaxyhack/galaxyhack/src/
H A DDragWindow.cpp35 closeRect.x = rect.x + rect.w - genPictures[GENPIC_CLOSEBOX]->w; in InitRects()
37 closeRect.w = genPictures[GENPIC_CLOSEBOX]->w; in InitRects()
38 closeRect.h = genPictures[GENPIC_CLOSEBOX]->h; in InitRects()
62 JSDL.Blt(genPictures[GENPIC_CLOSEBOX], closeRect); in DrawSelf()
159 rect.w+= genPictures[GENPIC_CLOSEBOX]->w; in InfoString()
H A DEnums.h224 GENPIC_CLOSEBOX, enumerator
H A DStuff.cpp717 …genPictures[GENPIC_CLOSEBOX] = JSDL.BitmapHDtoSurface(globalSettings.bdp + "graphics/windowclose.p… in LoadStandardGraphics()