From 63603a40d0d9c188f3a7399e4199056ed89152ac Mon Sep 17 00:00:00 2001 From: sewn Date: Fri, 13 Sep 2024 14:47:59 +0300 Subject: [PATCH] remove debug line --- dam.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dam.c b/dam.c index d23ca90..937322f 100644 --- a/dam.c +++ b/dam.c @@ -482,7 +482,6 @@ pointer_handle_button(void *data, struct wl_pointer *wl_pointer, uint32_t serial uint32_t time, uint32_t button, uint32_t state) { pointer.button = state == WL_POINTER_BUTTON_STATE_PRESSED ? button : 0; - printf("%d %d %d\n", state, button, pointer.button); } static const struct wl_pointer_listener pointer_listener = {