Cleanup: use 'r_' prefix for output arguments
Also pass some args as 'const'.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user