cropper

diff 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
line diff
     1.1 --- a/main.h	Wed Dec 05 00:08:39 2007 +0100
     1.2 +++ b/main.h	Fri Dec 07 17:40:08 2007 +0100
     1.3 @@ -4,5 +4,6 @@
     1.4  #include <gtk/gtk.h>
     1.5  
     1.6  GtkWidget* cropper_window;
     1.7 +char* image_filename;
     1.8  
     1.9  #endif