diff options
| author | Bill Li <billli11hkb@gmail.com> | 2025-01-27 07:31:19 +0800 |
|---|---|---|
| committer | Alexander Orzechowski <alex@ozal.ski> | 2025-01-26 18:36:07 -0500 |
| commit | 3ff60987f3a1f8707e0d095a1dd822fda7aa1fe0 (patch) | |
| tree | a5b939afe2869b604e0d6ded91f14e16b6f9a7c1 | |
| parent | 8acb0482da68af69d52ab168f9e30e2464b9c7a3 (diff) | |
Drop wlr_matrix.h include from sway/desktop/output.c
wlr_matrix is now private API.
Fixes #8549
| -rw-r--r-- | sway/desktop/output.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/desktop/output.c b/sway/desktop/output.c index 607eca2c..d1facdea 100644 --- a/sway/desktop/output.c +++ b/sway/desktop/output.c @@ -10,7 +10,6 @@ #include <wlr/types/wlr_buffer.h> #include <wlr/types/wlr_alpha_modifier_v1.h> #include <wlr/types/wlr_gamma_control_v1.h> -#include <wlr/types/wlr_matrix.h> #include <wlr/types/wlr_output_layout.h> #include <wlr/types/wlr_output_management_v1.h> #include <wlr/types/wlr_output_power_management_v1.h> |
