mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05: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…
Add table
Add a link
Reference in a new issue