]> Pileus Git - ~andy/gtk/commit
Fix some issues with initial setup of GdkX11DisplayManager
authorMatthias Clasen <mclasen@redhat.com>
Mon, 27 Dec 2010 06:02:52 +0000 (01:02 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 27 Dec 2010 06:02:52 +0000 (01:02 -0500)
commit48b47971b5c6657a8141b9128c5dc05bfa80ced7
tree984ea65efff8187a6bc7e6a0d26fe7cfa75b1fbc
parent59ea137fa069c5506aeae95d7b7a10c3d28f8d62
Fix some issues with initial setup of GdkX11DisplayManager

We need to defer setting the default display until the
GdkDisplay is fully initialized. Also, short-circuit some
encoding conversions when creating windows, to avoid an
implicit dependency on the display being in the list of
displays yet.
gdk/x11/gdkdisplaymanager-x11.c
gdk/x11/gdkwindow-x11.c