cropper
diff main.c @ 1:80535e4deaa4
nicer code formating
author | meillo@marmaro.de |
---|---|
date | Tue, 04 Dec 2007 20:23:25 +0100 |
parents | ca9155129253 |
children | e359bea4c8ac |
line diff
1.1 --- a/main.c Tue Dec 04 16:48:51 2007 +0100 1.2 +++ b/main.c Tue Dec 04 20:23:25 2007 +0100 1.3 @@ -1,20 +1,9 @@ 1.4 -/* 1.5 - * Initial main.c file generated by Glade. Edit as required. 1.6 - * Glade will not overwrite this file. 1.7 - */ 1.8 - 1.9 -#ifdef HAVE_CONFIG_H 1.10 -# include <config.h> 1.11 -#endif 1.12 - 1.13 #include <gtk/gtk.h> 1.14 1.15 #include "interface.h" 1.16 #include "support.h" 1.17 1.18 -int 1.19 -main (int argc, char *argv[]) 1.20 -{ 1.21 +int main (int argc, char *argv[]) { 1.22 GtkWidget *cropper_window; 1.23 1.24 gtk_set_locale (); 1.25 @@ -22,11 +11,6 @@ 1.26 1.27 add_pixmap_directory ("/usr/share/pixmaps"); 1.28 1.29 - /* 1.30 - * The following code was added by Glade to create one of each component 1.31 - * (except popup menus), just so that you see something after building 1.32 - * the project. Delete any components that you don't want shown initially. 1.33 - */ 1.34 cropper_window = create_cropper_window (); 1.35 gtk_widget_show (cropper_window); 1.36