aboutsummaryrefslogtreecommitdiff
path: root/pointer.c
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2025-10-11 12:12:49 -0400
committerJack Jamison <jackqjamison@gmail.com>2025-10-11 12:12:49 -0400
commitc5dab928775cb86cc11b7e3a8493c3432e2df201 (patch)
tree9f2322e85dc8d410b7f1a9951c2213315e0d8901 /pointer.c
parent502ffec5198dd0dbd87f8d88ff07f95f241a24f8 (diff)
changes
Diffstat (limited to 'pointer.c')
-rw-r--r--pointer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pointer.c b/pointer.c
index 904323f..85eff0d 100644
--- a/pointer.c
+++ b/pointer.c
@@ -7,6 +7,7 @@ void setup_pointer(client_state* state) {
state->cursor_shape_device = wp_cursor_shape_manager_v1_get_pointer(
state->cursor_shape_manager, state->pointer);
wl_pointer_add_listener(state->pointer, &pointer_listener, state);
+ printf("setup pointer\n");
}
// listeners