diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-10-11 12:12:49 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-10-11 12:12:49 -0400 |
| commit | c5dab928775cb86cc11b7e3a8493c3432e2df201 (patch) | |
| tree | 9f2322e85dc8d410b7f1a9951c2213315e0d8901 /pointer.c | |
| parent | 502ffec5198dd0dbd87f8d88ff07f95f241a24f8 (diff) | |
changes
Diffstat (limited to 'pointer.c')
| -rw-r--r-- | pointer.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
