Fix args to g_type_init().

Thu Jun 28 22:53:18 2001  Owen Taylor  <otaylor@redhat.com>

	*  gdk/gdk.c gtk/gtktypeutils.c: Fix args to g_type_init().
This commit is contained in:
Owen Taylor 2001-06-29 02:54:55 +00:00 committed by Owen Taylor
parent 0a2fce4577
commit 85224117f4
9 changed files with 30 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Thu Jun 28 22:53:18 2001 Owen Taylor <otaylor@redhat.com>
* gdk/gdk.c gtk/gtktypeutils.c: Fix args to g_type_init().
2001-06-28 Havoc Pennington <hp@pobox.com>
* gdk/x11/gdkimage-x11.c (_gdk_x11_get_image): Clip the retrieved

View File

@ -1,3 +1,7 @@
Thu Jun 28 22:53:18 2001 Owen Taylor <otaylor@redhat.com>
* gdk/gdk.c gtk/gtktypeutils.c: Fix args to g_type_init().
2001-06-28 Havoc Pennington <hp@pobox.com>
* gdk/x11/gdkimage-x11.c (_gdk_x11_get_image): Clip the retrieved

View File

@ -1,3 +1,7 @@
Thu Jun 28 22:53:18 2001 Owen Taylor <otaylor@redhat.com>
* gdk/gdk.c gtk/gtktypeutils.c: Fix args to g_type_init().
2001-06-28 Havoc Pennington <hp@pobox.com>
* gdk/x11/gdkimage-x11.c (_gdk_x11_get_image): Clip the retrieved

View File

@ -1,3 +1,7 @@
Thu Jun 28 22:53:18 2001 Owen Taylor <otaylor@redhat.com>
* gdk/gdk.c gtk/gtktypeutils.c: Fix args to g_type_init().
2001-06-28 Havoc Pennington <hp@pobox.com>
* gdk/x11/gdkimage-x11.c (_gdk_x11_get_image): Clip the retrieved

View File

@ -1,3 +1,7 @@
Thu Jun 28 22:53:18 2001 Owen Taylor <otaylor@redhat.com>
* gdk/gdk.c gtk/gtktypeutils.c: Fix args to g_type_init().
2001-06-28 Havoc Pennington <hp@pobox.com>
* gdk/x11/gdkimage-x11.c (_gdk_x11_get_image): Clip the retrieved

View File

@ -1,3 +1,7 @@
Thu Jun 28 22:53:18 2001 Owen Taylor <otaylor@redhat.com>
* gdk/gdk.c gtk/gtktypeutils.c: Fix args to g_type_init().
2001-06-28 Havoc Pennington <hp@pobox.com>
* gdk/x11/gdkimage-x11.c (_gdk_x11_get_image): Clip the retrieved

View File

@ -1,3 +1,7 @@
Thu Jun 28 22:53:18 2001 Owen Taylor <otaylor@redhat.com>
* gdk/gdk.c gtk/gtktypeutils.c: Fix args to g_type_init().
2001-06-28 Havoc Pennington <hp@pobox.com>
* gdk/x11/gdkimage-x11.c (_gdk_x11_get_image): Clip the retrieved

View File

@ -322,7 +322,7 @@ gdk_init_check (int *argc,
GDK_NOTE (MISC, g_message ("progname: \"%s\"", g_get_prgname ()));
g_type_init (0);
g_type_init ();
result = _gdk_windowing_init_check (argc_orig, argv_orig);

View File

@ -147,7 +147,7 @@ gtk_type_init (GTypeDebugFlags debug_flags)
/* initialize GLib type system
*/
g_type_init (debug_flags);
g_type_init_with_debug_flags (debug_flags);
/* GTK_TYPE_OBJECT
*/