code cleanup: function naming for BLI functions.

This commit is contained in:
2012-05-05 00:23:55 +00:00
parent 9466af0eab
commit 4c5502bfd6
42 changed files with 222 additions and 222 deletions

View File

@@ -225,7 +225,7 @@ PyObject *BPY_app_handlers_struct(void)
funcstore->func = bpy_app_generic_callback;
funcstore->alloc = 0;
funcstore->arg = SET_INT_IN_POINTER(pos);
BLI_add_cb(funcstore, pos);
BLI_callback_add(funcstore, pos);
}
}