mirror of
https://github.com/swaywm/sway.git
synced 2025-10-31 22:25:26 -04:00
Fix swaylock crashing when unplugging output
This commit is contained in:
parent
c2c5a3f5f6
commit
e4dbafe4d8
2 changed files with 26 additions and 5 deletions
|
|
@ -48,6 +48,7 @@ struct swaylock_surface {
|
|||
cairo_surface_t *image;
|
||||
struct swaylock_state *state;
|
||||
struct wl_output *output;
|
||||
uint32_t output_global_name;
|
||||
struct wl_surface *surface;
|
||||
struct zwlr_layer_surface_v1 *layer_surface;
|
||||
struct pool_buffer buffers[2];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue