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 /wayland.h | |
| parent | a4e1bdbf38ac1e1f293a778e74f4773e356246aa (diff) | |
clean up and separate from registry
Diffstat (limited to 'wayland.h')
| -rw-r--r-- | wayland.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ void setup_registry(client_state* state); void setup_surface(client_state* state); -void setup_seat(client_state* state, uint32_t name); +void setup_seat(client_state* state); void setup_pointer(client_state* state); void setup_keyboard(client_state* state); |
