From b3ef5a04d153c9b3b6af3a3c12cc62e2b99ad9e4 Mon Sep 17 00:00:00 2001 From: Julian Eisel Date: Thu, 29 Mar 2018 17:21:02 +0200 Subject: 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. --- source/blender/gpu/intern/gpu_batch_presets.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/gpu/intern/gpu_batch_presets.c') diff --git a/source/blender/gpu/intern/gpu_batch_presets.c b/source/blender/gpu/intern/gpu_batch_presets.c index 1eb1b737bee..144c4a33787 100644 --- a/source/blender/gpu/intern/gpu_batch_presets.c +++ b/source/blender/gpu/intern/gpu_batch_presets.c @@ -205,7 +205,7 @@ void gpu_batch_presets_reset(void) gwn_batch_vao_cache_clear(g_presets_3d.batch.sphere_wire_low); gwn_batch_vao_cache_clear(g_presets_3d.batch.sphere_wire_med); - ui_widget_batch_preset_reset(); + UI_widget_batch_preset_reset(); } void gpu_batch_presets_exit(void) @@ -216,5 +216,5 @@ void gpu_batch_presets_exit(void) GWN_batch_discard(g_presets_3d.batch.sphere_wire_low); GWN_batch_discard(g_presets_3d.batch.sphere_wire_med); - ui_widget_batch_preset_exit(); + UI_widget_batch_preset_exit(); } -- cgit v1.2.3