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:
authorCampbell Barton <ideasman42@gmail.com>2011-02-15 17:38:43 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-02-15 17:38:43 +0300
commit86cf6b40162b683a209cef499fd5beb2d69cc6e1 (patch)
treeb9d115434046ea6aebd9b2743b1bc1298533c93e /source/blender/editors/space_image/image_intern.h
parentefb21625bf690e97cc1d38096bb7f4bf9b85f2fc (diff)
moving dir strings into global namespace for doc access (coming up)
Diffstat (limited to 'source/blender/editors/space_image/image_intern.h')
-rw-r--r--source/blender/editors/space_image/image_intern.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/space_image/image_intern.h b/source/blender/editors/space_image/image_intern.h
index 1b3bd59f648..327749125a5 100644
--- a/source/blender/editors/space_image/image_intern.h
+++ b/source/blender/editors/space_image/image_intern.h
@@ -46,6 +46,8 @@ struct bNodeTree;
struct ARegion *image_has_buttons_region(struct ScrArea *sa);
struct ARegion *image_has_scope_region(struct ScrArea *sa);
+extern const char *image_context_dir[]; /* doc access */
+
/* image_header.c */
void image_header_buttons(const struct bContext *C, struct ARegion *ar);