aboutsummaryrefslogtreecommitdiff
path: root/examples/output-layers.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/output-layers.c')
-rw-r--r--examples/output-layers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/output-layers.c b/examples/output-layers.c
index 2ccfafe1..69c97b11 100644
--- a/examples/output-layers.c
+++ b/examples/output-layers.c
@@ -292,7 +292,7 @@ int main(int argc, char *argv[]) {
server.renderer);
struct wlr_compositor *compositor =
- wlr_compositor_create(server.wl_display, server.renderer);
+ wlr_compositor_create(server.wl_display, 5, server.renderer);
wlr_xdg_shell_create(server.wl_display, 1);