diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/render.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; }; |