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:
authorRob Haarsma <phaseIV@zonnet.nl>2003-01-31 20:21:29 +0300
committerRob Haarsma <phaseIV@zonnet.nl>2003-01-31 20:21:29 +0300
commitfefaf2ff0f2d001f5b96710e5cf0de319c9442d6 (patch)
treef874a4e6c3f495d996905b357bd6d875c283336f
parentf41a178ae903e694c383bf28c372ddb11b9791f1 (diff)
added mousewheel support
-rw-r--r--source/blender/include/BIF_drawimage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/include/BIF_drawimage.h b/source/blender/include/BIF_drawimage.h
index 5eca69ca8be..5c862dc0e31 100644
--- a/source/blender/include/BIF_drawimage.h
+++ b/source/blender/include/BIF_drawimage.h
@@ -41,6 +41,7 @@ void draw_tfaces(void);
void image_changed(struct SpaceImage *sima, int dotile);
void image_home(void);
void image_viewmove(void);
+void image_viewzoom(unsigned short event);
void rectwrite_part(int winxmin, int winymin, int winxmax, int winymax, int x1, int y1, int xim, int yim, float zoomx, float zoomy, unsigned int *rect);
void uvco_to_areaco(float *vec, short *mval);
void uvco_to_areaco_noclip(float *vec, short *mval);