mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
buffer: stop using source resource in wlr_client_buffer_apply_damage
This is the first step towards dropping wlr_client_buffer.resource.
This commit is contained in:
parent
7b25b0ff88
commit
0abb67c478
2 changed files with 28 additions and 6 deletions
|
|
@ -137,7 +137,12 @@ struct wlr_client_buffer {
|
|||
*/
|
||||
struct wlr_texture *texture;
|
||||
|
||||
// private state
|
||||
|
||||
struct wl_listener resource_destroy;
|
||||
|
||||
// If the client buffer has been created from a wl_shm buffer
|
||||
uint32_t shm_source_format;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue