diff options
Diffstat (limited to 'tests/testglarea.c')
-rw-r--r-- | tests/testglarea.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testglarea.c b/tests/testglarea.c index 187637d952..08ed63ce73 100644 --- a/tests/testglarea.c +++ b/tests/testglarea.c @@ -397,7 +397,7 @@ main (int argc, char *argv[]) GtkWidget *window, *box, *button, *controls; int i; - gtk_init (&argc, &argv); + gtk_init (); /* create a new pixel format; we use this to configure the * GL context, and to check for features |