fix crash when foot closes

This commit is contained in:
Sevz17 2021-08-17 21:04:24 -05:00
parent 774bf9988e
commit be103859f6

1
dwl.c
View File

@ -808,6 +808,7 @@ commitnotify(struct wl_listener *listener, void *data)
c->resize = 0;
// Damage the whole screen
if (c->mon)
wlr_output_damage_add_whole(c->mon->damage);
}