comparison src/gtk-test.c @ 946:35a9e556c82c

improved coding style of test programs
author Volker Grabsch <vog@notjusthosting.com>
date Sun, 09 May 2010 23:21:01 +0200
parents 8af5942cc9ad
children
comparison
equal deleted inserted replaced
945:5d47a5e4b43a 946:35a9e556c82c
1 /* This file is part of mingw-cross-env. */ 1 /* This file is part of mingw-cross-env. */
2 /* See doc/index.html for further information. */ 2 /* See doc/index.html for further information. */
3 3
4 #include <gtk/gtk.h> 4 #include <gtk/gtk.h>
5 5
6 int main(int argc, char* argv[]) 6 int main(int argc, char *argv[])
7 { 7 {
8 GtkWidget* window; 8 GtkWidget* window;
9 GtkWidget* button; 9 GtkWidget* button;
10 10
11 gtk_init(&argc, &argv); 11 gtk_init(&argc, &argv);