mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
rename wlr_seat to seat on seat structs
This commit is contained in:
parent
fddef4d58e
commit
74bca7251b
6 changed files with 43 additions and 43 deletions
|
|
@ -475,7 +475,7 @@ static void handle_request_set_cursor(struct wl_listener *listener,
|
|||
struct wlr_seat_pointer_request_set_cursor_event *event = data;
|
||||
|
||||
struct wlr_surface *focused_surface =
|
||||
event->seat_client->wlr_seat->pointer_state.focused_surface;
|
||||
event->seat_client->seat->pointer_state.focused_surface;
|
||||
bool ok = focused_surface != NULL && focused_surface->resource != NULL;
|
||||
if (ok) {
|
||||
struct wl_client *focused_client =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue