mirror of
https://codeberg.org/dwl/dwl.git
synced 2025-10-28 18:44:17 +00:00
fix foot scroll crash
This commit is contained in:
parent
a4ce5e08ab
commit
dd3f342530
3
dwl.c
3
dwl.c
@ -818,7 +818,8 @@ void
|
|||||||
commitnotify_sub(struct wl_listener *listener, void *data)
|
commitnotify_sub(struct wl_listener *listener, void *data)
|
||||||
{
|
{
|
||||||
Subsurface *s = wl_container_of(listener, s, commit);
|
Subsurface *s = wl_container_of(listener, s, commit);
|
||||||
wlr_output_damage_add_whole(s->c->mon->damage);
|
if (s->c->mon)
|
||||||
|
wlr_output_damage_add_whole(s->c->mon->damage);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user