mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
implement buffer transform
This commit is contained in:
parent
84c6dbd58d
commit
5b1ce84350
2 changed files with 98 additions and 11 deletions
|
|
@ -23,7 +23,7 @@ struct wlr_surface_state {
|
|||
int32_t sx, sy;
|
||||
pixman_region32_t surface_damage, buffer_damage;
|
||||
pixman_region32_t opaque, input;
|
||||
uint32_t transform;
|
||||
enum wl_output_transform transform;
|
||||
int32_t scale;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue