aboutsummaryrefslogtreecommitdiff
path: root/render/matrix.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/matrix.c')
-rw-r--r--render/matrix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/matrix.c b/render/matrix.c
index c7b11efe..a927ed74 100644
--- a/render/matrix.c
+++ b/render/matrix.c
@@ -119,7 +119,7 @@ static const float transforms[][4] = {
};
// Equivilent to glOrtho(0, width, 0, height, 1, -1) with the transform applied
-void wlr_matrix_surface(float mat[static 16], int32_t width, int32_t height,
+void wlr_matrix_texture(float mat[static 16], int32_t width, int32_t height,
enum wl_output_transform transform) {
memset(mat, 0, sizeof(*mat) * 16);