view main.h @ 8:b0824876d379

memory is now freed aswell; added (a crappy) zoom2fit; did some casts to get rid of warnings
author meillo@marmaro.de
date Thu, 20 Mar 2008 19:31:44 +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