mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-22 06:59:44 -05:00
linux-dmabuf-v1: drop wlr_renderer field
This isn't used anymore.
This commit is contained in:
parent
88493d1f7c
commit
9c04fd2496
2 changed files with 0 additions and 13 deletions
|
|
@ -57,7 +57,6 @@ struct wlr_linux_dmabuf_feedback_v1_tranche {
|
|||
/* the protocol interface */
|
||||
struct wlr_linux_dmabuf_v1 {
|
||||
struct wl_global *global;
|
||||
struct wlr_renderer *renderer;
|
||||
|
||||
struct {
|
||||
struct wl_signal destroy;
|
||||
|
|
@ -72,7 +71,6 @@ struct wlr_linux_dmabuf_v1 {
|
|||
int main_device_fd; // to sanity check FDs sent by clients
|
||||
|
||||
struct wl_listener display_destroy;
|
||||
struct wl_listener renderer_destroy;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue