mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-04-08 08:21:00 -04:00
fix foot scroll crash
This commit is contained in:
parent
a4ce5e08ab
commit
dd3f342530
1 changed files with 2 additions and 1 deletions
1
dwl.c
1
dwl.c
|
|
@ -818,6 +818,7 @@ 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);
|
||||||
|
if (s->c->mon)
|
||||||
wlr_output_damage_add_whole(s->c->mon->damage);
|
wlr_output_damage_add_whole(s->c->mon->damage);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue