mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Rename wl_pointer to pointer
This commit is contained in:
parent
5b65b9b860
commit
9dc18a62a6
@ -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…
Reference in New Issue
Block a user