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:
authorTon Roosendaal <ton@blender.org>2008-12-21 20:18:36 +0300
committerTon Roosendaal <ton@blender.org>2008-12-21 20:18:36 +0300
commit4bb20689c5e0fa81d06fefdef4bd90057246979f (patch)
treec2f44992f201f714d6c539a6207244db302abfbf /source/blender/makesdna/DNA_screen_types.h
parenteb8e220f26183fe92945247a45aabe9447871285 (diff)
2.5
Added 'header print' feature back. ED_area_headerprint(ScrArea *sa, const char *str); Give it a NULL string to disable the feature. On each call it tags the header for redraw.
Diffstat (limited to 'source/blender/makesdna/DNA_screen_types.h')
-rw-r--r--source/blender/makesdna/DNA_screen_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_screen_types.h b/source/blender/makesdna/DNA_screen_types.h
index 486d160aad7..c932c0bd1b7 100644
--- a/source/blender/makesdna/DNA_screen_types.h
+++ b/source/blender/makesdna/DNA_screen_types.h
@@ -140,6 +140,7 @@ typedef struct ARegion {
ListBase uiblocks;
ListBase handlers; /* wmEventHandler */
+ char *headerstr; /* use this string to draw info */
void *regiondata; /* XXX 2.50, need spacedata equivalent? */
} ARegion;