Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pirvi-public
glfw
Commits
9dc18a62
Commit
9dc18a62
authored
Dec 19, 2017
by
Emmanuel Gil Peyrot
Committed by
linkmauve
Feb 25, 2018
Browse files
Rename wl_pointer to pointer
parent
5b65b9b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/wl_init.c
View file @
9dc18a62
...
...
@@ -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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment