aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/render/wlr_texture.h
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-03-20 19:14:33 +0100
committeremersion <contact@emersion.fr>2018-03-20 19:14:33 +0100
commit95e86e675a7eef326958ab9047ff4ca0d0182cfc (patch)
treeb2fee8169b1320fc787276c882279e05ffdb119a /include/wlr/render/wlr_texture.h
parentff2e08aa7481517d0bd4379ff0d0b51098f72064 (diff)
render/gles2: remove global state, use OpenGL debug extension
Diffstat (limited to 'include/wlr/render/wlr_texture.h')
-rw-r--r--include/wlr/render/wlr_texture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wlr/render/wlr_texture.h b/include/wlr/render/wlr_texture.h
index 49aa93d7..095097e6 100644
--- a/include/wlr/render/wlr_texture.h
+++ b/include/wlr/render/wlr_texture.h
@@ -9,7 +9,7 @@
struct wlr_texture_impl;
struct wlr_texture {
- struct wlr_texture_impl *impl;
+ const struct wlr_texture_impl *impl;
bool valid;
uint32_t format;