Cleanup: Use uppercase UI_ prefix for external functions

Using uppercase prefixes is our convention for external functions.
"External" as in functions exposed to the outside of interface/ directory.
This commit is contained in:
Julian Eisel
2018-03-29 17:21:02 +02:00
parent 973eeff2ea
commit b3ef5a04d1
4 changed files with 8 additions and 8 deletions

View File

@@ -1169,7 +1169,7 @@ void UI_tooltip_free(struct bContext *C, struct bScreen *sc, struct ARegion *ar)
int UI_calc_float_precision(int prec, double value);
/* UI Batches managment */
void ui_widget_batch_preset_reset(void);
void ui_widget_batch_preset_exit(void);
void UI_widget_batch_preset_reset(void);
void UI_widget_batch_preset_exit(void);
#endif /* __UI_INTERFACE_H__ */