Cleanup: use 'r_' prefix for output arguments

Also pass some args as 'const'.
This commit is contained in:
2020-03-25 17:58:58 +11:00
parent c3764fe1e8
commit 2bc791437e
52 changed files with 563 additions and 539 deletions

View File

@@ -2362,7 +2362,7 @@ void UI_drop_color_copy(struct wmDrag *drag, struct wmDropBox *drop);
bool UI_drop_color_poll(struct bContext *C,
struct wmDrag *drag,
const struct wmEvent *event,
const char **tooltip);
const char **r_tooltip);
bool UI_context_copy_to_selected_list(struct bContext *C,
struct PointerRNA *ptr,