Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/editors/include/UI_interface.h')
-rw-r--r--source/blender/editors/include/UI_interface.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/source/blender/editors/include/UI_interface.h b/source/blender/editors/include/UI_interface.h
index ec2cb93a89f..2dc20973b1b 100644
--- a/source/blender/editors/include/UI_interface.h
+++ b/source/blender/editors/include/UI_interface.h
@@ -443,6 +443,16 @@ void UI_draw_roundbox_shade_x(bool filled,
float shadetop,
float shadedown,
const float col[4]);
+void UI_draw_roundbox_4fv_ex(float minx,
+ float miny,
+ float maxx,
+ float maxy,
+ const float inner1[4],
+ const float inner2[4],
+ float shade_dir,
+ float outline[4],
+ float outline_width,
+ float rad);
#if 0 /* unused */
int UI_draw_roundbox_corner_get(void);