diff options
author | Simon Ser <contact@emersion.fr> | 2021-07-09 17:08:48 +0200 |
---|---|---|
committer | Simon Zeni <simon@bl4ckb0ne.ca> | 2021-07-09 17:25:02 -0400 |
commit | 4554f17377fa5dbd7615b9bc0a6a6c71ecb246c0 (patch) | |
tree | 223606f1b6236694e5e106dd3b218dc39852539a /include | |
parent | d7c68ce6328be993b60b31522e1dbbeec5f55fb3 (diff) |
buffer: drop wlr_client_buffer.resource
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_buffer.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/wlr/types/wlr_buffer.h b/include/wlr/types/wlr_buffer.h index d305f4d4..041bcb3b 100644 --- a/include/wlr/types/wlr_buffer.h +++ b/include/wlr/types/wlr_buffer.h @@ -128,10 +128,6 @@ struct wlr_client_buffer { struct wlr_buffer base; /** - * The buffer resource, if any. Will be NULL if the client destroys it. - */ - struct wl_resource *resource; - /** * The buffer's texture, if any. A buffer will not have a texture if the * client destroys the buffer before it has been released. */ @@ -143,7 +139,6 @@ struct wlr_client_buffer { // private state - struct wl_listener resource_destroy; struct wl_listener source_destroy; // If the client buffer has been created from a wl_shm buffer |