Cleanup: use 'r_' prefix for output arguments
Also pass some args as 'const'.
This commit is contained in:
@@ -5525,7 +5525,7 @@ static void keymap_modal_set(wmKeyConfig *keyconf)
|
||||
static bool blend_file_drop_poll(bContext *UNUSED(C),
|
||||
wmDrag *drag,
|
||||
const wmEvent *UNUSED(event),
|
||||
const char **UNUSED(tooltip))
|
||||
const char **UNUSED(r_tooltip))
|
||||
{
|
||||
if (drag->type == WM_DRAG_PATH) {
|
||||
if (drag->icon == ICON_FILE_BLEND) {
|
||||
|
||||
Reference in New Issue
Block a user