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:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user