Mercurial > cropper
view main.h @ 14:da18f2d4f92f
removed all buttons and stuff from the window; cleaned up
author | meillo@marmaro.de |
---|---|
date | Thu, 04 Mar 2010 18:31:28 +0100 |
parents | 13bc21684b8a |
children | 88b8856fccf5 |
line wrap: on
line source
#ifndef _MAIN_H_ #define _MAIN_H_ #include <gtk/gtk.h> GtkWidget* cropper_window; char* image_filename; /* from interface.h */ GtkWidget* create_cropper_window(void); GtkWidget* image_area; GdkPixbuf* image_buffer; int w, h, x, y; #endif