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:
authorMatt Ebb <matt@mke3.net>2010-05-10 05:46:44 +0400
committerMatt Ebb <matt@mke3.net>2010-05-10 05:46:44 +0400
commitd384174b455c58f4f38a29dc518ce0b3d8fa696d (patch)
tree895acfb97754d29c71ffe0f1f09b8c3364d3b720 /source/blender/blenkernel/BKE_colortools.h
parent29ba391a164d432c5710a1fba1b4e70ea06acde7 (diff)
Tweaks to image editor scopes, while testing a bug
Diffstat (limited to 'source/blender/blenkernel/BKE_colortools.h')
-rw-r--r--source/blender/blenkernel/BKE_colortools.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenkernel/BKE_colortools.h b/source/blender/blenkernel/BKE_colortools.h
index f78389fe4de..1f2dee6dcfc 100644
--- a/source/blender/blenkernel/BKE_colortools.h
+++ b/source/blender/blenkernel/BKE_colortools.h
@@ -76,6 +76,7 @@ void colorcorrection_do_ibuf(struct ImBuf *ibuf, const char *profile);
void scopes_update(struct Scopes *scopes, struct ImBuf *ibuf, int use_color_management);
void scopes_free(struct Scopes *scopes);
+void scopes_new(struct Scopes *scopes);
#endif