diff options
author | Sven Neumann <sven@gimp.org> | 2002-07-16 16:11:49 +0000 |
---|---|---|
committer | Sven Neumann <neo@src.gnome.org> | 2002-07-16 16:11:49 +0000 |
commit | 2f57f4684ba1945e7bdf87c8ecea4a6e926cf223 (patch) | |
tree | d194660e0860a944b04c30223208b530759235ce /ChangeLog.pre-2-8 | |
parent | f07ab95c5faeea864237bb5e8738634435cb38c8 (diff) | |
download | gtk+-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 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index f7d9681644..6017d288d7 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,12 @@ +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). + 2002-07-10 jacob berkman <jacob@ximian.com> * gtk/gtkoptionmenu.c (gtk_option_menu_scroll_event): activate the |