From faa57341ca49b4cc0f2a51d420955339442a5fac Mon Sep 17 00:00:00 2001 From: emersion Date: Sat, 3 Feb 2018 10:01:42 +0100 Subject: output: replace raw GL calls by wlr_renderer_* calls --- include/wlr/types/wlr_output.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/wlr/types/wlr_output.h b/include/wlr/types/wlr_output.h index a1058a8c..a653d527 100644 --- a/include/wlr/types/wlr_output.h +++ b/include/wlr/types/wlr_output.h @@ -24,7 +24,6 @@ struct wlr_output_cursor { struct wl_list link; // only when using a software cursor without a surface - struct wlr_renderer *renderer; struct wlr_texture *texture; // only when using a cursor surface -- cgit v1.2.3