mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 12:55:58 +01:00
seat: fix remaining wlr_button_state enum rename
This commit is contained in:
parent
e8f012c993
commit
2e1dd4ae36
1 changed files with 1 additions and 1 deletions
|
@ -357,7 +357,7 @@ uint32_t wlr_seat_pointer_notify_button(struct wlr_seat *wlr_seat,
|
|||
uint32_t serial = grab->interface->button(grab, time, button, state);
|
||||
|
||||
if (serial && wlr_seat->pointer_state.button_count == 1 &&
|
||||
state == WL_POINTER_BUTTON_STATE_PRESSED) {
|
||||
state == WLR_BUTTON_PRESSED) {
|
||||
wlr_seat->pointer_state.grab_serial = serial;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue