wayland: Sync transient-for on xdg-surface show as well...

This commit is contained in:
Jasper St. Pierre 2013-11-21 12:58:47 -05:00
parent 9232089b35
commit aa02b5b909

View File

@ -997,6 +997,7 @@ gdk_wayland_window_create_xdg_surface (GdkWindow *window)
impl->xdg_surface = xdg_shell_get_xdg_surface (display_wayland->xdg_shell, impl->surface);
xdg_surface_add_listener (impl->xdg_surface, &xdg_surface_listener, window);
gdk_wayland_window_sync_transient_for (window);
gdk_wayland_window_sync_title (window);
xdg_surface_set_app_id (impl->xdg_surface, gdk_get_program_class ());
}