From fa4ab69abf5750857e0b79295b13efa73aef0766 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 15 Feb 2020 10:45:46 +1100 Subject: Cleanup: mixed camel/snake case --- source/blender/editors/include/UI_interface.h | 32 +++++++++++++-------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'source/blender/editors/include') diff --git a/source/blender/editors/include/UI_interface.h b/source/blender/editors/include/UI_interface.h index e49d3f6ae53..c8ae4c019e7 100644 --- a/source/blender/editors/include/UI_interface.h +++ b/source/blender/editors/include/UI_interface.h @@ -403,22 +403,22 @@ void UI_draw_roundbox_aa( bool filled, float minx, float miny, float maxx, float maxy, float rad, const float color[4]); void UI_draw_roundbox_4fv( bool filled, float minx, float miny, float maxx, float maxy, float rad, const float col[4]); -void UI_draw_roundbox_3ubAlpha(bool filled, - float minx, - float miny, - float maxx, - float maxy, - float rad, - const unsigned char col[3], - unsigned char alpha); -void UI_draw_roundbox_3fvAlpha(bool filled, - float minx, - float miny, - float maxx, - float maxy, - float rad, - const float col[3], - float alpha); +void UI_draw_roundbox_3ub_alpha(bool filled, + float minx, + float miny, + float maxx, + float maxy, + float rad, + const unsigned char col[3], + unsigned char alpha); +void UI_draw_roundbox_3fv_alpha(bool filled, + float minx, + float miny, + float maxx, + float maxy, + float rad, + const float col[3], + float alpha); void UI_draw_roundbox_shade_x(bool filled, float minx, float miny, -- cgit v1.2.3