diff options
Diffstat (limited to 'examples/relative-pointer-unstable-v1.c')
-rw-r--r-- | examples/relative-pointer-unstable-v1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/relative-pointer-unstable-v1.c b/examples/relative-pointer-unstable-v1.c index b6e56f84..de7919bd 100644 --- a/examples/relative-pointer-unstable-v1.c +++ b/examples/relative-pointer-unstable-v1.c @@ -444,7 +444,7 @@ int main(int argc, char **argv) { e->width = e->height = 512; EGLint attribs[] = { EGL_NONE }; - wlr_egl_init(e->egl, EGL_PLATFORM_WAYLAND_EXT, display, attribs, 0); + wlr_egl_init(e->egl, EGL_PLATFORM_WAYLAND_EXT, display, attribs); /* Create the surface and xdg_toplevels, and set listeners */ |