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>2008-05-10 00:08:28 +0400
committerCampbell Barton <ideasman42@gmail.com>2008-05-10 00:08:28 +0400
commit76c13cc0f7d40db88ba08581129cf6fa4376df10 (patch)
tree8ad945dd63b16c92aff39256d56b0ec234041ca5 /source/blender/include
parenta7a9c74ccb3c1f2dce29bb92c64c837c86ad7e80 (diff)
fix for [#8359] Sequencer image preview: HOME hotkey zooming at output res, not at "full view"
also made image and sequencer account for aspect ratio and added numpad 1,2,4,8 keys for zooming.
Diffstat (limited to 'source/blender/include')
-rw-r--r--source/blender/include/BIF_drawseq.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/include/BIF_drawseq.h b/source/blender/include/BIF_drawseq.h
index 17311ab1489..462075cdf3d 100644
--- a/source/blender/include/BIF_drawseq.h
+++ b/source/blender/include/BIF_drawseq.h
@@ -39,5 +39,7 @@ void set_special_seq_update(int val);
void seq_viewmove(SpaceSeq *sseq);
void seq_reset_imageofs(SpaceSeq *sseq);
+void seq_viewzoom(unsigned short event, int invert);
+void seq_home(void);
#endif