mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
output: replace raw GL calls by wlr_renderer_* calls
This commit is contained in:
parent
ddb1779f9f
commit
faa57341ca
2 changed files with 20 additions and 34 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue