diff options
Diffstat (limited to 'examples/layer-shell.c')
-rw-r--r-- | examples/layer-shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/layer-shell.c b/examples/layer-shell.c index d24399e4..870a3f22 100644 --- a/examples/layer-shell.c +++ b/examples/layer-shell.c @@ -437,7 +437,7 @@ int main(int argc, char **argv) { cursor = wl_cursor_theme_get_cursor(cursor_theme, "crosshair"); assert(cursor); cursor_image = cursor->images[0]; - cursor_surface = wl_compositor_create_surface(compositor) + cursor_surface = wl_compositor_create_surface(compositor); assert(cursor_surface); EGLint attribs[] = { EGL_ALPHA_SIZE, 8, EGL_NONE }; |