Home
last modified time | relevance | path

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

/dports/games/spellcast/spellcast/
H A Dxbutton.c44 int posx = py->spelllist_rect.x+16;
45 int posy = py->spelllist_rect.y+32;
47 draw_frame(py, &py->spelllist_rect);
56 DrawStringCentered(py, cx, py->spelllist_rect.x+py->spelllist_rect.w/2,
57 py->spelllist_rect.y+4+py->lineheight);
235 py->spelllist_rect.w = 620;
236 py->spelllist_rect.h = 420;
237 py->spelllist_rect.x = 10;
238 py->spelllist_rect.y = 10;
240 backing_store(py, &py->spelllist_rect);
H A Dxspell.h90 struct rect spelllist_rect; member