fix segfault on xwayland "appid"
parent
57fef50310
commit
a21c9378ee
2
dwl.c
2
dwl.c
|
@ -287,6 +287,8 @@ applyrules(Client *c)
|
||||||
if (!(title = c->xdg_surface->toplevel->title))
|
if (!(title = c->xdg_surface->toplevel->title))
|
||||||
title = broken;
|
title = broken;
|
||||||
} else {
|
} else {
|
||||||
|
if (!(appid = c->xwayland_surface->class))
|
||||||
|
appid = broken;
|
||||||
if (!(title = c->xwayland_surface->title))
|
if (!(title = c->xwayland_surface->title))
|
||||||
title = broken;
|
title = broken;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue