summaryrefslogtreecommitdiff
path: root/gdk/gdk.c
diff options
context:
space:
mode:
authorSven Neumann <sven@gimp.org>2002-07-16 16:11:49 +0000
committerSven Neumann <neo@src.gnome.org>2002-07-16 16:11:49 +0000
commit2f57f4684ba1945e7bdf87c8ecea4a6e926cf223 (patch)
treed194660e0860a944b04c30223208b530759235ce /gdk/gdk.c
parentf07ab95c5faeea864237bb5e8738634435cb38c8 (diff)
downloadgdk-pixbuf-2f57f4684ba1945e7bdf87c8ecea4a6e926cf223.tar.gz
gdk/gdk.c gdk/gdkinternals.h gdk/win32/gdkmain-win32.c pass argc and argv
2002-07-16 Sven Neumann <sven@gimp.org> * gdk/gdk.c * gdk/gdkinternals.h * gdk/win32/gdkmain-win32.c * gdk/x11/gdkmain-x11.c: pass argc and argv to the GDK backend in _gdk_windowing_init() so that the backend has a chance to process the command-line arguments (GTK+-DirectFB needs this).
Diffstat (limited to 'gdk/gdk.c')
-rw-r--r--gdk/gdk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdk.c b/gdk/gdk.c
index 873184042..ee77ef78b 100644
--- a/gdk/gdk.c
+++ b/gdk/gdk.c
@@ -345,7 +345,7 @@ gdk_parse_args (int *argc,
/* Do any setup particular to the windowing system
*/
- _gdk_windowing_init ();
+ _gdk_windowing_init (argc, argv);
}
/**