select uiStyle according to UserDef and update lang-packs

This commit is contained in:
Xiao Xiangquan
2011-07-16 18:28:24 +00:00
parent fa46278e34
commit 77926a7f9d
19 changed files with 54 additions and 57 deletions

View File

@@ -774,7 +774,7 @@ void uiStyleFontDrawRotated(struct uiFontStyle *fs, struct rcti *rect, const cha
int UI_GetStringWidth(const char *str); // XXX temp
void UI_DrawString(float x, float y, const char *str); // XXX temp
void UI_DrawTriIcon(float x, float y, char dir);
uiStyle* UI_GetStyle(void);
/* linker workaround ack! */
void UI_template_fix_linking(void);