mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-20 06:59:42 -05:00
surface: remove matrices
These were unused.
This commit is contained in:
parent
cc89906ddf
commit
831b7297a4
1 changed files with 0 additions and 3 deletions
|
|
@ -79,9 +79,6 @@ struct wlr_surface {
|
|||
struct wlr_surface_state *current, *pending;
|
||||
const char *role; // the lifetime-bound role or null
|
||||
|
||||
float buffer_to_surface_matrix[9];
|
||||
float surface_to_buffer_matrix[9];
|
||||
|
||||
struct {
|
||||
struct wl_signal commit;
|
||||
struct wl_signal new_subsurface;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue