cropper

diff main.h @ 11:c18ba4ea1514

just cosmetic changes
author meillo@marmaro.de
date Thu, 04 Mar 2010 14:18:19 +0100
parents 5e282003f0c1
children 13bc21684b8a
line diff
     1.1 --- a/main.h	Thu Mar 04 13:54:17 2010 +0100
     1.2 +++ b/main.h	Thu Mar 04 14:18:19 2010 +0100
     1.3 @@ -8,7 +8,7 @@
     1.4  
     1.5  /* from interface.h */
     1.6  GtkWidget* create_cropper_window(void);
     1.7 -GtkWidget *image_area;
     1.8 -GdkPixbuf *image_buffer;
     1.9 +GtkWidget* image_area;
    1.10 +GdkPixbuf* image_buffer;
    1.11  
    1.12  #endif