cropper

annotate main.h @ 6:f53ce3b28bb4

mercurial ignores JPG and PNG now, so I can store them in this directory for testing
author meillo@marmaro.de
date Fri, 07 Dec 2007 21:38:25 +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