aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'homescreen/src/main.cpp')
-rw-r--r--homescreen/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/homescreen/src/main.cpp b/homescreen/src/main.cpp
index c69a5be..e7549aa 100644
--- a/homescreen/src/main.cpp
+++ b/homescreen/src/main.cpp
@@ -114,7 +114,7 @@ global_add(void *data, struct wl_registry *reg, uint32_t name,
if (strcmp(interface, agl_shell_interface.name) == 0) {
shell_data->shell = static_cast<struct agl_shell *>(
- wl_registry_bind(reg, name, &agl_shell_interface, 2));
+ wl_registry_bind(reg, name, &agl_shell_interface, 3));
agl_shell_add_listener(shell_data->shell, &shell_listener, data);
}