xwm: Fix crash when we don't have a transient_for window

This commit is contained in:
Kristian Høgsberg 2012-06-15 15:40:18 -04:00
parent 54b1d2ca84
commit cd80f107b3

View file

@ -1323,7 +1323,7 @@ xserver_map_shell_surface(struct weston_wm *wm,
&shell_client);
/* ICCCM 4.1.1 */
if (!window->override_redirect) {
if (!window->override_redirect || !window->transient_for) {
shell_interface->set_toplevel(window->shsurf);
return;
}