Merge pull request #41 from Kerberoge/main

Fix the issue where dwlb exits when an output is removed
This commit is contained in:
kolunmi 2024-04-27 11:40:48 -07:00 committed by GitHub
commit a30bb0398a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

1
dwlb.c
View File

@ -512,7 +512,6 @@ layer_surface_configure(void *data, struct zwlr_layer_surface_v1 *surface,
static void
layer_surface_closed(void *data, struct zwlr_layer_surface_v1 *surface)
{
run_display = false;
}
static const struct zwlr_layer_surface_v1_listener layer_surface_listener = {