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-12 20:10:54 +0300
committerTon Roosendaal <ton@blender.org>2008-12-12 20:10:54 +0300
commitfaf7965b3ca383d5b9504b644dff2ea40a55eb26 (patch)
tree50e9105eef2999f6cf8053d8ea070d9dba90a8e4 /source/blender/editors/space_outliner/outliner_intern.h
parent2fa23a05941c652228d76c36e8f4d7e927538c8d (diff)
2.5
- found fix for time-space view2d when increasing height of area, it has min/max Y zoom stored based on size of area... needs smarter way. - outliner: header file added, area switch menu + dummy pulldown. this will become template for other space types...
Diffstat (limited to 'source/blender/editors/space_outliner/outliner_intern.h')
-rw-r--r--source/blender/editors/space_outliner/outliner_intern.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/editors/space_outliner/outliner_intern.h b/source/blender/editors/space_outliner/outliner_intern.h
index 70aec25ab40..dcc81ad5f9d 100644
--- a/source/blender/editors/space_outliner/outliner_intern.h
+++ b/source/blender/editors/space_outliner/outliner_intern.h
@@ -37,5 +37,9 @@ struct wmWindowManager;
void outliner_operatortypes(void);
void outliner_keymap(struct wmWindowManager *wm);
+/* outliner_header.c */
+void outliner_header_buttons(const bContext *C, ARegion *ar);
+
+
#endif /* ED_OUTLINER_INTERN_H */