aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
Diffstat (limited to 'include/wlr')
-rw-r--r--include/wlr/types/wlr_buffer.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/wlr/types/wlr_buffer.h b/include/wlr/types/wlr_buffer.h
index e64e60c8..c293eb6a 100644
--- a/include/wlr/types/wlr_buffer.h
+++ b/include/wlr/types/wlr_buffer.h
@@ -123,17 +123,12 @@ struct wlr_client_buffer {
*/
struct wl_resource *resource;
/**
- * Whether a release event has been sent to the resource.
- */
- bool resource_released;
- /**
* The buffer's texture, if any. A buffer will not have a texture if the
* client destroys the buffer before it has been released.
*/
struct wlr_texture *texture;
struct wl_listener resource_destroy;
- struct wl_listener release;
};
struct wlr_renderer;