From 2d0db169422b74e5ef7c07965c376273c7bb2961 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Wed, 7 Mar 2018 15:41:12 +0100 Subject: render: Flip textures in case of inverted_y --- include/wlr/render.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/wlr') diff --git a/include/wlr/render.h b/include/wlr/render.h index 747603da..77449556 100644 --- a/include/wlr/render.h +++ b/include/wlr/render.h @@ -85,6 +85,7 @@ struct wlr_texture { bool valid; uint32_t format; int width, height; + bool inverted_y; struct wl_signal destroy_signal; struct wl_resource *resource; }; -- cgit v1.2.3