diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-10-11 11:23:17 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-10-11 11:23:17 -0400 |
| commit | 502ffec5198dd0dbd87f8d88ff07f95f241a24f8 (patch) | |
| tree | 0351c20bf22d0b6ad55994d0ef4867c3518fdc0b /layer_surface.c | |
| parent | a4e1bdbf38ac1e1f293a778e74f4773e356246aa (diff) | |
clean up and separate from registry
Diffstat (limited to 'layer_surface.c')
| -rw-r--r-- | layer_surface.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/layer_surface.c b/layer_surface.c index 0463677..11e369c 100644 --- a/layer_surface.c +++ b/layer_surface.c @@ -20,6 +20,8 @@ void setup_surface(client_state* state) { wl_display_roundtrip(state->display); } +// listeners + void configure(void *data, struct zwlr_layer_surface_v1 *zwlr_layer_surface_v1, uint32_t serial, uint32_t width, uint32_t height) { client_state* state = data; state->width = width; |
