From 74bca7251b207aefd6103734bf068db10b0b43a5 Mon Sep 17 00:00:00 2001 From: Tony Crisci Date: Mon, 30 Oct 2017 08:44:39 -0400 Subject: rename wlr_seat to seat on seat structs --- rootston/cursor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rootston') diff --git a/rootston/cursor.c b/rootston/cursor.c index e8b8e89b..96844a1d 100644 --- a/rootston/cursor.c +++ b/rootston/cursor.c @@ -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 = -- cgit v1.2.3