aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
Diffstat (limited to 'include/wlr')
-rw-r--r--include/wlr/types/wlr_linux_dmabuf_v1.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/wlr/types/wlr_linux_dmabuf_v1.h b/include/wlr/types/wlr_linux_dmabuf_v1.h
index 93413f72..e56c904a 100644
--- a/include/wlr/types/wlr_linux_dmabuf_v1.h
+++ b/include/wlr/types/wlr_linux_dmabuf_v1.h
@@ -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;
};
/**