]> Pileus Git - ~andy/gtk/commit
Add call to g_type_init() - we'll need this later, and this makes sure
authorOwen Taylor <otaylor@redhat.com>
Tue, 6 Jun 2000 00:56:00 +0000 (00:56 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Tue, 6 Jun 2000 00:56:00 +0000 (00:56 +0000)
commit3a917e9da7774112e07a6361bbef7424d380c6a7
treeee8d3869a1befbc61e344e47bf3a6992163bb902
parenteaa77a475488d6a1ca364b848c72462446c0f6c2
Add call to g_type_init() - we'll need this later, and this makes sure

Mon Jun  5 16:00:09 2000  Owen Taylor  <otaylor@redhat.com>

* gdk/gdk.c (gdk_init_check): Add call to g_type_init() - we'll
need this later, and this makes sure that the atexit for
glib gets called after that for GDK, so atexits are
properly ordered for object leak checking.

* gdk/gdk.c (gdk_exit_func): Call gdk_windowing_exit().

* gdk/x11/gdkmain-x11.c (gdk_windowing_exit): Call
pango_x_shutdown_display()

* gtk/simple.c (main): Close window on destroy.
12 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/gdk.c
gdk/x11/gdkmain-x11.c
gtk/.cvsignore
gtk/simple.c
tests/simple.c