aboutsummaryrefslogtreecommitdiff
path: root/examples/touch.c
diff options
context:
space:
mode:
authornyorain <nyorain@gmail.com>2017-08-10 11:03:15 +0200
committernyorain <nyorain@gmail.com>2017-08-10 11:03:58 +0200
commit1901c3e1b64cff3440b0b3b27ad9db06645a29e6 (patch)
treea614759460037f5b2e52d52aaa08612e1a358970 /examples/touch.c
parent67369173aaafd763a6369a84917ae457c7095a72 (diff)
Fix example for updated gles
Diffstat (limited to 'examples/touch.c')
-rw-r--r--examples/touch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/touch.c b/examples/touch.c
index b3f32855..76b92ad2 100644
--- a/examples/touch.c
+++ b/examples/touch.c
@@ -104,7 +104,7 @@ int main(int argc, char *argv[]) {
};
compositor_init(&compositor);
- state.renderer = wlr_gles2_renderer_init(compositor.backend->egl);
+ state.renderer = wlr_gles2_renderer_init();
state.cat_texture = wlr_render_texture_init(state.renderer);
wlr_texture_upload_pixels(state.cat_texture, WL_SHM_FORMAT_ARGB8888,
cat_tex.width, cat_tex.width, cat_tex.height, cat_tex.pixel_data);