comparison main.h @ 4:2f11ab3e6047

added option handling; added output for convert; commented all ratio code cause it is not really important now
author meillo@marmaro.de
date Fri, 07 Dec 2007 17:40:08 +0100
parents e359bea4c8ac
children 7e1cf00de1df
comparison
equal deleted inserted replaced
3:6aaba3a61563 4:2f11ab3e6047
2 #define _MAIN_H_ 2 #define _MAIN_H_
3 3
4 #include <gtk/gtk.h> 4 #include <gtk/gtk.h>
5 5
6 GtkWidget* cropper_window; 6 GtkWidget* cropper_window;
7 char* image_filename;
7 8
8 #endif 9 #endif