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-10 20:58:18 +0300
committerTon Roosendaal <ton@blender.org>2008-12-10 20:58:18 +0300
commit64f9c67ca85a56fbc0a59b5c3a72c7f68c968445 (patch)
tree509765f38a3a785609f82b500a22c3af20c47ab8 /source/blender/editors/space_time/time_intern.h
parentacce05c7e40785d3b89aa69a61b4b4a91dedc0b4 (diff)
2.5
- Brought back (most of) buttons in TimeLine window. They don't work yet though! Waiting for Brecht to commit callbacks for menus and ui-blocks - Area headers hilite again when mouse is inside.
Diffstat (limited to 'source/blender/editors/space_time/time_intern.h')
-rw-r--r--source/blender/editors/space_time/time_intern.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/editors/space_time/time_intern.h b/source/blender/editors/space_time/time_intern.h
index e7fb9af7906..25f4c63fed1 100644
--- a/source/blender/editors/space_time/time_intern.h
+++ b/source/blender/editors/space_time/time_intern.h
@@ -37,5 +37,8 @@ struct wmWindowManager;
void time_operatortypes(void);
void time_keymap(struct wmWindowManager *wm);
+/* time_header.c */
+void time_header_buttons(const bContext *C, ARegion *ar);
+
#endif /* ED_TIME_INTERN_H */