cropper

annotate main.h @ 5:61e5a1727231

added image widget, that displays the image
author meillo@marmaro.de
date Fri, 07 Dec 2007 21:35:49 +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