aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2021-06-08 19:45:56 +0200
committerSimon Zeni <simon@bl4ckb0ne.ca>2021-07-05 11:13:41 -0400
commit9a8097682b3fe2cf4c4c5926abcdb968e0de6839 (patch)
tree30f80fb4d61a9e5075d233b170f212d74a4ac462 /include
parentd3d1c69aca6cde3f5189e862dfb501854e354654 (diff)
buffer: stop sending wl_buffer.release events from wlr_client_buffer
The specialized client buffer implementations take care of this.
Diffstat (limited to 'include')
-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;