diff options
author | emersion <contact@emersion.fr> | 2018-06-20 21:29:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-20 21:29:17 +0100 |
commit | 0e3b35c87e32099aace65f7b7607e4d556324d30 (patch) | |
tree | 1012a56d7ee4004fe091a09e32cf5748ef32400f /include | |
parent | df876a7cf8d36f7e85c66c24f00c026841fdc2fb (diff) | |
parent | 831b7297a4e0efde437ec19e2b4d5a929d0d07ff (diff) |
Merge pull request #1072 from emersion/surface-remove-matrices
surface: remove matrices
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_surface.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/wlr/types/wlr_surface.h b/include/wlr/types/wlr_surface.h index 4f4f9ff4..46588f0a 100644 --- a/include/wlr/types/wlr_surface.h +++ b/include/wlr/types/wlr_surface.h @@ -74,9 +74,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; |