Rename wl_pointer to pointer

master
Emmanuel Gil Peyrot ago%!(EXTRA string=8 years) committed by linkmauve
parent 5b65b9b860
commit 9dc18a62a6
  1. 4
      src/wl_init.c

@ -108,7 +108,7 @@ static void pointerHandleMotion(void* data,
}
static void pointerHandleButton(void* data,
struct wl_pointer* wl_pointer,
struct wl_pointer* pointer,
uint32_t serial,
uint32_t time,
uint32_t button,
@ -135,7 +135,7 @@ static void pointerHandleButton(void* data,
}
static void pointerHandleAxis(void* data,
struct wl_pointer* wl_pointer,
struct wl_pointer* pointer,
uint32_t time,
uint32_t axis,
wl_fixed_t value)

Loading…
Cancel
Save