mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-06 13:29:45 -05:00
Make event names consistent
This commit is contained in:
parent
f4453d104d
commit
3d71969b2a
13 changed files with 62 additions and 64 deletions
|
|
@ -86,7 +86,7 @@ static void handle_keyboard_key(struct keyboard_state *kbstate,
|
|||
}
|
||||
|
||||
static void handle_tool_axis(struct tablet_tool_state *tstate,
|
||||
struct wlr_tablet_tool_axis *event) {
|
||||
struct wlr_event_tablet_tool_axis *event) {
|
||||
struct sample_state *sample = tstate->compositor->data;
|
||||
sample->width_mm = event->width_mm;
|
||||
sample->height_mm = event->height_mm;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue