mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
backend/drm: drop get_renderer implementation
We can now just rely on the common code for this.
This commit is contained in:
parent
9b99570869
commit
c74dc45bb6
3 changed files with 18 additions and 15 deletions
|
|
@ -28,6 +28,7 @@ struct wlr_backend {
|
|||
|
||||
// Private state
|
||||
|
||||
bool has_own_renderer;
|
||||
struct wlr_renderer *renderer;
|
||||
struct wlr_allocator *allocator;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue