Mercurial > 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 wrap: on
line diff
--- a/main.c Tue Dec 04 16:48:51 2007 +0100 +++ b/main.c Tue Dec 04 20:23:25 2007 +0100 @@ -1,20 +1,9 @@ -/* - * Initial main.c file generated by Glade. Edit as required. - * Glade will not overwrite this file. - */ - -#ifdef HAVE_CONFIG_H -# include <config.h> -#endif - #include <gtk/gtk.h> #include "interface.h" #include "support.h" -int -main (int argc, char *argv[]) -{ +int main (int argc, char *argv[]) { GtkWidget *cropper_window; gtk_set_locale (); @@ -22,11 +11,6 @@ add_pixmap_directory ("/usr/share/pixmaps"); - /* - * The following code was added by Glade to create one of each component - * (except popup menus), just so that you see something after building - * the project. Delete any components that you don't want shown initially. - */ cropper_window = create_cropper_window (); gtk_widget_show (cropper_window);