mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
render: Drop rendering_with_buffer
This is always true now that we can only render with a buffer.
This commit is contained in:
parent
7702a19739
commit
d7ecdad4e0
2 changed files with 1 additions and 7 deletions
|
|
@ -41,7 +41,6 @@ struct wlr_renderer {
|
|||
const struct wlr_renderer_impl *impl;
|
||||
|
||||
bool rendering;
|
||||
bool rendering_with_buffer;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue