diff options
author | Manish Singh <yosh@gimp.org> | 2004-09-21 23:35:18 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 2004-09-21 23:35:18 +0000 |
commit | 1d3846451d0a087bea168f8be14ec01b1483c371 (patch) | |
tree | 055247eef1f255d956fa22afc3793aef19648698 /gdk/gdkinternals.h | |
parent | 34059cf29396d88e2b0841445e4c2a01aa9e75e8 (diff) | |
download | gtk+-1d3846451d0a087bea168f8be14ec01b1483c371.tar.gz |
remove now unused arg variables.
Tue Sep 21 16:27:19 2004 Manish Singh <yosh@gimp.org>
* gdk/gdk.c: remove now unused arg variables.
* gdk/gdkinternals.h: declare _gdk_windowing_init ().
* gtk/gtkmain.c (do_pre_parse_initialization): call gdk_parse_args ()
here instead of gdk_pre_parse_libgtk_only (). Should fix #153082.
Diffstat (limited to 'gdk/gdkinternals.h')
-rw-r--r-- | gdk/gdkinternals.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdk/gdkinternals.h b/gdk/gdkinternals.h index 1b3ccb4de2..b9e14eba46 100644 --- a/gdk/gdkinternals.h +++ b/gdk/gdkinternals.h @@ -238,6 +238,8 @@ void _gdk_colormap_real_destroy (GdkColormap *colormap); void _gdk_cursor_destroy (GdkCursor *cursor); +void _gdk_windowing_init (void); + extern GOptionEntry _gdk_windowing_args[]; void _gdk_windowing_set_default_display (GdkDisplay *display); |