comparison callbacks.c @ 15:7dbf3879939a

removed support.*
author meillo@marmaro.de
date Thu, 04 Mar 2010 19:16:10 +0100
parents da18f2d4f92f
children 88b8856fccf5
comparison
equal deleted inserted replaced
14:da18f2d4f92f 15:7dbf3879939a
1 #include <gtk/gtk.h> 1 #include <gtk/gtk.h>
2 #include <gdk-pixbuf/gdk-pixbuf.h> 2 #include <gdk-pixbuf/gdk-pixbuf.h>
3 #include <gdk/gdkkeysyms.h> 3 #include <gdk/gdkkeysyms.h>
4 #include "main.h" 4 #include "main.h"
5 #include "callbacks.h" 5 #include "callbacks.h"
6 #include "support.h"
7 6
8 int image_width; 7 int image_width;
9 int image_height; 8 int image_height;
10 float inc = 0.3; 9 float inc = 0.3;
11 float zoom = 1.0; 10 float zoom = 1.0;