From e167f41fde7532ca453a9a70ad1e3f27d7177071 Mon Sep 17 00:00:00 2001 From: nyorain Date: Tue, 8 Aug 2017 18:02:14 +0200 Subject: Rename wlr_surface -> wlr_texture; attach -> upload --- include/wlr/render/matrix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/wlr/render/matrix.h') diff --git a/include/wlr/render/matrix.h b/include/wlr/render/matrix.h index be6a947d..789f7341 100644 --- a/include/wlr/render/matrix.h +++ b/include/wlr/render/matrix.h @@ -10,7 +10,7 @@ void wlr_matrix_rotate(float (*output)[16], float radians); void wlr_matrix_mul(const float (*x)[16], const float (*y)[16], float (*product)[16]); enum wl_output_transform; -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); #endif -- cgit v1.2.3