mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-12-23 18:39:48 +01:00
Merge pull request #1072 from emersion/surface-remove-matrices
surface: remove matrices
This commit is contained in:
commit
0e3b35c87e
1 changed files with 0 additions and 3 deletions
|
@ -74,9 +74,6 @@ struct wlr_surface {
|
||||||
struct wlr_surface_state *current, *pending;
|
struct wlr_surface_state *current, *pending;
|
||||||
const char *role; // the lifetime-bound role or null
|
const char *role; // the lifetime-bound role or null
|
||||||
|
|
||||||
float buffer_to_surface_matrix[9];
|
|
||||||
float surface_to_buffer_matrix[9];
|
|
||||||
|
|
||||||
struct {
|
struct {
|
||||||
struct wl_signal commit;
|
struct wl_signal commit;
|
||||||
struct wl_signal new_subsurface;
|
struct wl_signal new_subsurface;
|
||||||
|
|
Loading…
Reference in a new issue