Mercurial > cropper
comparison callbacks.c @ 16:88b8856fccf5
merged callbacks.h in main.h
author | meillo@marmaro.de |
---|---|
date | Thu, 04 Mar 2010 19:20:41 +0100 |
parents | 7dbf3879939a |
children |
comparison
equal
deleted
inserted
replaced
15:7dbf3879939a | 16:88b8856fccf5 |
---|---|
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" | |
6 | 5 |
7 int image_width; | 6 int image_width; |
8 int image_height; | 7 int image_height; |
9 float inc = 0.3; | 8 float inc = 0.3; |
10 float zoom = 1.0; | 9 float zoom = 1.0; |