~sircmpwn/wio

5cf3c7b3977fa8ee54fcadc81942de6253f05a20 — Leon Plickat 4 years ago 298e4ff
Use *cursor in view_begin_interative()

The variable is passed to the function but was not used. I assume it is
intended to be used.
1 files changed, 1 insertions(+), 1 deletions(-)

M input.c
M input.c => input.c +1 -1
@@ 193,7 193,7 @@ static void view_begin_interactive(struct wio_view *view,
	view->server->interactive.sy = (int)sy;
	view->server->input_state = state;
	wlr_xcursor_manager_set_cursor_image(view->server->cursor_mgr,
			"grabbing", view->server->cursor);
			cursor, view->server->cursor);
}

static void view_end_interactive(struct wio_server *server) {