remove debug line
This commit is contained in:
parent
5f25f19109
commit
63603a40d0
1 changed files with 0 additions and 1 deletions
1
dam.c
1
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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue