meillo@2: #ifndef _MAIN_H_ meillo@2: #define _MAIN_H_ meillo@2: meillo@2: #include meillo@2: meillo@2: GtkWidget* cropper_window; meillo@4: char* image_filename; meillo@2: meillo@9: /* from interface.h */ meillo@9: GtkWidget* create_cropper_window(void); meillo@9: GdkPixbuf *image_buffer; meillo@9: meillo@2: #endif