diff options
author | emersion <contact@emersion.fr> | 2018-02-03 10:01:42 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-02-03 10:01:42 +0100 |
commit | faa57341ca49b4cc0f2a51d420955339442a5fac (patch) | |
tree | 1e3c9a0f11655b55719ed2c6ae68d8fd79d0e7db /include | |
parent | ddb1779f9fee28b6393ba6607852a078ed65575f (diff) |
output: replace raw GL calls by wlr_renderer_* calls
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_output.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |