view 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 2f11ab3e6047
children 7e1cf00de1df
line wrap: on
line source

#ifndef _MAIN_H_
#define _MAIN_H_

#include <gtk/gtk.h>

GtkWidget* cropper_window;
char* image_filename;

#endif