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:
authorChris Want <cwant@ualberta.ca>2003-01-28 22:54:19 +0300
committerChris Want <cwant@ualberta.ca>2003-01-28 22:54:19 +0300
commit57b03cba73aef704c067dfd5931cc88c9979cd58 (patch)
tree105b98535a69b5e3ff61121b3bc983b122d5f337 /source/blender/include/BSE_drawipo.h
parent1bbd7b13922f979449811160f3f673f9866e61bc (diff)
CKEY in the action window scrolls the window so that the current frame
is in the center.
Diffstat (limited to 'source/blender/include/BSE_drawipo.h')
-rw-r--r--source/blender/include/BSE_drawipo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/include/BSE_drawipo.h b/source/blender/include/BSE_drawipo.h
index 65545441ff8..17c53fc6e2d 100644
--- a/source/blender/include/BSE_drawipo.h
+++ b/source/blender/include/BSE_drawipo.h
@@ -59,6 +59,7 @@ int in_ipo_buttons(void);
void drawscroll(int disptype);
void drawipo(void);
+void center_currframe(void);
void scroll_ipobuts(void);
int view2dzoom(unsigned short event);
int view2dmove(unsigned short event);