mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
Fix surface buffer uploading
This commit is contained in:
parent
18f1538108
commit
10eee58d2d
2 changed files with 28 additions and 15 deletions
|
|
@ -38,6 +38,7 @@ struct wlr_surface {
|
|||
|
||||
float buffer_to_surface_matrix[16];
|
||||
float surface_to_buffer_matrix[16];
|
||||
bool reupload_buffer;
|
||||
|
||||
struct {
|
||||
struct wl_signal commit;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue