pulldown menus now scale according to textwidths

This commit is contained in:
2003-05-07 03:00:11 +00:00
parent 7d4f1fe249
commit d279fc6c45
3 changed files with 51 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ extern int UIfrontbuf;
void uiEmboss(float x1, float y1, float x2, float y2, int sel);
void uiDrawMenuBox(float minx, float miny, float maxx, float maxy);
void uiTextBoundsBlock(uiBlock *block, int addval);
void uiBoundsBlock(struct uiBlock *block, int addval);
void uiDrawBlock(struct uiBlock *block);
void uiGetMouse(int win, short *adr);