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:
authorLuca Rood <dev@lucarood.com>2017-02-24 06:16:46 +0300
committerLuca Rood <dev@lucarood.com>2017-02-24 07:09:50 +0300
commit4c6190d08f00d48cbfb6ec8b0bbc3edf18c2152b (patch)
tree75c8f4a10e38a956ffae464bba12aa49d23b1005 /source/blender/editors/include/BIF_glutil.h
parentc2453007f4f61c2dda84a6a9dda0f9d275659f3f (diff)
Add immDrawBorderCorners function
This replaces `glaDrawBorderCorners`.
Diffstat (limited to 'source/blender/editors/include/BIF_glutil.h')
-rw-r--r--source/blender/editors/include/BIF_glutil.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/include/BIF_glutil.h b/source/blender/editors/include/BIF_glutil.h
index b81c7a8dcf3..a3161b49d41 100644
--- a/source/blender/editors/include/BIF_glutil.h
+++ b/source/blender/editors/include/BIF_glutil.h
@@ -320,5 +320,7 @@ void glaDrawImBuf_glsl_ctx_clipping(const struct bContext *C,
void glaDrawBorderCorners(const struct rcti *border, float zoomx, float zoomy);
+void immDrawBorderCorners(unsigned int pos, const struct rcti *border, float zoomx, float zoomy);
+
#endif /* __BIF_GLUTIL_H__ */