mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-07 01:00:28 +00:00
Remove explicit calls to pango_x/xft_shutdown_display() since Pango now
Thu Aug 8 23:26:05 2002 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkmain-x11.c gdk/x11/gdkscreen-x11.c: Remove explicit calls to pango_x/xft_shutdown_display() since Pango now does it by itself on XCloseDisplay().
This commit is contained in:
parent
1ed63ae04a
commit
46d2f38b8d
@ -1,3 +1,9 @@
|
||||
Thu Aug 8 23:26:05 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkmain-x11.c gdk/x11/gdkscreen-x11.c: Remove
|
||||
explicit calls to pango_x/xft_shutdown_display() since
|
||||
Pango now does it by itself on XCloseDisplay().
|
||||
|
||||
Thu Aug 8 21:53:16 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: Consistently order pangoxft / pangox
|
||||
|
@ -1,3 +1,9 @@
|
||||
Thu Aug 8 23:26:05 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkmain-x11.c gdk/x11/gdkscreen-x11.c: Remove
|
||||
explicit calls to pango_x/xft_shutdown_display() since
|
||||
Pango now does it by itself on XCloseDisplay().
|
||||
|
||||
Thu Aug 8 21:53:16 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: Consistently order pangoxft / pangox
|
||||
|
@ -1,3 +1,9 @@
|
||||
Thu Aug 8 23:26:05 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkmain-x11.c gdk/x11/gdkscreen-x11.c: Remove
|
||||
explicit calls to pango_x/xft_shutdown_display() since
|
||||
Pango now does it by itself on XCloseDisplay().
|
||||
|
||||
Thu Aug 8 21:53:16 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: Consistently order pangoxft / pangox
|
||||
|
@ -1,3 +1,9 @@
|
||||
Thu Aug 8 23:26:05 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkmain-x11.c gdk/x11/gdkscreen-x11.c: Remove
|
||||
explicit calls to pango_x/xft_shutdown_display() since
|
||||
Pango now does it by itself on XCloseDisplay().
|
||||
|
||||
Thu Aug 8 21:53:16 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: Consistently order pangoxft / pangox
|
||||
|
@ -1,3 +1,9 @@
|
||||
Thu Aug 8 23:26:05 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkmain-x11.c gdk/x11/gdkscreen-x11.c: Remove
|
||||
explicit calls to pango_x/xft_shutdown_display() since
|
||||
Pango now does it by itself on XCloseDisplay().
|
||||
|
||||
Thu Aug 8 21:53:16 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: Consistently order pangoxft / pangox
|
||||
|
@ -1,3 +1,9 @@
|
||||
Thu Aug 8 23:26:05 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkmain-x11.c gdk/x11/gdkscreen-x11.c: Remove
|
||||
explicit calls to pango_x/xft_shutdown_display() since
|
||||
Pango now does it by itself on XCloseDisplay().
|
||||
|
||||
Thu Aug 8 21:53:16 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: Consistently order pangoxft / pangox
|
||||
|
@ -494,7 +494,6 @@ _gdk_windowing_exit (void)
|
||||
|
||||
while (tmp_list)
|
||||
{
|
||||
pango_x_shutdown_display (GDK_DISPLAY_XDISPLAY (tmp_list->data));
|
||||
XCloseDisplay (GDK_DISPLAY_XDISPLAY (tmp_list->data));
|
||||
|
||||
tmp_list = tmp_list->next;
|
||||
|
@ -238,10 +238,6 @@ gdk_screen_x11_dispose (GObject *object)
|
||||
{
|
||||
GdkScreenX11 *screen_x11 = GDK_SCREEN_X11 (object);
|
||||
|
||||
pango_x_shutdown_display (screen_x11->xdisplay);
|
||||
#ifdef HAVE_XFT
|
||||
pango_xft_shutdown_display (screen_x11->xdisplay, screen_x11->screen_num);
|
||||
#endif
|
||||
_gdk_x11_events_uninit_screen (GDK_SCREEN (object));
|
||||
|
||||
screen_x11->root_window = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user