mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
compositor: remove unnecessary wlr_surface.has_buffer
No need to store this bit, we can infer it from buffer_width and buffer_height.
This commit is contained in:
parent
cd157a0bd9
commit
66b6c349e7
2 changed files with 2 additions and 5 deletions
|
|
@ -218,7 +218,6 @@ struct wlr_surface {
|
|||
bool unmap_commit;
|
||||
|
||||
bool opaque;
|
||||
bool has_buffer;
|
||||
|
||||
int32_t preferred_buffer_scale;
|
||||
bool preferred_buffer_transform_sent;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue