aboutsummaryrefslogtreecommitdiff
path: root/pointer.c
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2025-10-11 11:23:17 -0400
committerJack Jamison <jackqjamison@gmail.com>2025-10-11 11:23:17 -0400
commit502ffec5198dd0dbd87f8d88ff07f95f241a24f8 (patch)
tree0351c20bf22d0b6ad55994d0ef4867c3518fdc0b /pointer.c
parenta4e1bdbf38ac1e1f293a778e74f4773e356246aa (diff)
clean up and separate from registry
Diffstat (limited to 'pointer.c')
-rw-r--r--pointer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pointer.c b/pointer.c
index 9d36df8..904323f 100644
--- a/pointer.c
+++ b/pointer.c
@@ -9,6 +9,8 @@ void setup_pointer(client_state* state) {
wl_pointer_add_listener(state->pointer, &pointer_listener, state);
}
+// listeners
+
void enter(void *data, struct wl_pointer *pointer, uint32_t serial,
struct wl_surface *surface, wl_fixed_t fixed_surface_x, wl_fixed_t fixed_surface_y) {
client_state* state = data;