cropper

view 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 source
1 #ifndef _MAIN_H_
2 #define _MAIN_H_
4 #include <gtk/gtk.h>
6 GtkWidget* cropper_window;
7 char* image_filename;
9 #endif