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:
@@ -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__ */
|
||||
|
||||
Reference in New Issue
Block a user