1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 07:07:25 -04:00

Rename wl_pointer to pointer

This commit is contained in:
Emmanuel Gil Peyrot 2017-12-19 19:08:51 +01:00 committed by linkmauve
parent 5b65b9b860
commit 9dc18a62a6

View File

@ -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)