cropper

annotate main.h @ 8:b0824876d379

memory is now freed aswell; added (a crappy) zoom2fit; did some casts to get rid of warnings
author meillo@marmaro.de
date Thu, 20 Mar 2008 19:31:44 +0100
parents e359bea4c8ac
children 7e1cf00de1df
rev   line source
meillo@2 1 #ifndef _MAIN_H_
meillo@2 2 #define _MAIN_H_
meillo@2 3
meillo@2 4 #include <gtk/gtk.h>
meillo@2 5
meillo@2 6 GtkWidget* cropper_window;
meillo@4 7 char* image_filename;
meillo@2 8
meillo@2 9 #endif