diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-10-12 00:07:02 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-10-12 00:07:02 -0400 |
| commit | 60585faf7951cffb6046280bdd5f91275fb97d65 (patch) | |
| tree | 30aad6fb91d33ed3b9a291d2d3fff7d9ed9a6f0c /pointer.c | |
| parent | 36d12796644b296f300d9daf631f7702e1d81b86 (diff) | |
input buffer and key repeat
Diffstat (limited to 'pointer.c')
| -rw-r--r-- | pointer.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |
