seat: fix remaining wlr_button_state enum rename
This commit is contained in:
parent
e8f012c993
commit
2e1dd4ae36
|
@ -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);
|
uint32_t serial = grab->interface->button(grab, time, button, state);
|
||||||
|
|
||||||
if (serial && wlr_seat->pointer_state.button_count == 1 &&
|
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;
|
wlr_seat->pointer_state.grab_serial = serial;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue