summaryrefslogtreecommitdiffstats
Unidiff
-rw-r--r--src/Makefile.am4
-rw-r--r--src/controller/exp004mouse.c55
-rw-r--r--src/controller/mousewheel.c45
-rw-r--r--src/controller/mousewheel.h11
-rw-r--r--src/controller/performzoom.c65
-rw-r--r--src/controller/performzoom.h9
-rw-r--r--src/view/exp004view.c4
7 files changed, 149 insertions, 44 deletions
diff --git a/src/controller/performzoom.h b/src/controller/performzoom.h
new file mode 100644
index 0000000..323cc20
--- a/dev/null
+++ b/src/controller/performzoom.h
@@ -0,0 +1,9 @@
1#ifndef PERFORMZOOM_H
2#define PERFORMZOOM_H
3
4/*
5 * Perform a zoom operation.
6 */
7void performzoom (int x1, int y1, int x2, int y2);
8
9#endif // PERFORMZOOM_H

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.