Cleanup: use unsigned char (change previous commit)
This commit is contained in:
@@ -369,8 +369,8 @@ void UI_GetThemeColor3ubv(int colorid, unsigned char col[3]);
|
||||
void UI_GetThemeColor4ubv(int colorid, unsigned char col[4]);
|
||||
|
||||
// get a theme color from specified space type
|
||||
void UI_GetThemeColorType3ubv(int colorid, int spacetype, char col[3]);
|
||||
void UI_GetThemeColorType4ubv(int colorid, int spacetype, char col[4]);
|
||||
void UI_GetThemeColorType3ubv(int colorid, int spacetype, unsigned char col[3]);
|
||||
void UI_GetThemeColorType4ubv(int colorid, int spacetype, unsigned char col[4]);
|
||||
|
||||
// get theme color for coloring monochrome icons
|
||||
bool UI_GetIconThemeColor4fv(int colorid, float col[4]);
|
||||
|
||||
Reference in New Issue
Block a user