aboutsummaryrefslogtreecommitdiff
path: root/pointer.c
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2025-10-12 00:07:02 -0400
committerJack Jamison <jackqjamison@gmail.com>2025-10-12 00:07:02 -0400
commit60585faf7951cffb6046280bdd5f91275fb97d65 (patch)
tree30aad6fb91d33ed3b9a291d2d3fff7d9ed9a6f0c /pointer.c
parent36d12796644b296f300d9daf631f7702e1d81b86 (diff)
input buffer and key repeat
Diffstat (limited to 'pointer.c')
-rw-r--r--pointer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pointer.c b/pointer.c
index 85eff0d..904323f 100644
--- a/pointer.c
+++ b/pointer.c
@@ -7,7 +7,6 @@ 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