summaryrefslogtreecommitdiff
path: root/include/sway/desktop/fx_renderer/matrix.h
diff options
context:
space:
mode:
authorReza Jelveh <[email protected]>2024-04-15 13:39:41 +0800
committerGitHub <[email protected]>2024-04-15 01:39:41 -0400
commitfb86ed6b0588dfdebfb66ce875bc63cfa0a897f6 (patch)
tree29857a1769107adc58696f08d379f608aa4e29a2 /include/sway/desktop/fx_renderer/matrix.h
parenta5e79676c4bd22fc5902182acf0667907202a465 (diff)
feat: 1.9 merge (#277)
Co-authored-by: William McKinnon <[email protected]> Co-authored-by: Erik Reider <[email protected]>
Diffstat (limited to 'include/sway/desktop/fx_renderer/matrix.h')
-rw-r--r--include/sway/desktop/fx_renderer/matrix.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/sway/desktop/fx_renderer/matrix.h b/include/sway/desktop/fx_renderer/matrix.h
deleted file mode 100644
index 6931e8d2..00000000
--- a/include/sway/desktop/fx_renderer/matrix.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef _MATRIX_H
-#define _MATRIX_H
-
-#include <wlr/types/wlr_output.h>
-
-void matrix_projection(float mat[static 9], int width, int height,
- enum wl_output_transform transform);
-
-#endif