seat: fix remaining wlr_button_state enum rename

This commit is contained in:
Ian Fan 2019-03-01 20:36:22 +00:00 committed by emersion
parent e8f012c993
commit 2e1dd4ae36
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}