desktop-shell: Pass a flag bitmask instead of bool to activate()
Although it currently only has one available flag, but that'll change.
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
Reviewed-by: Derek Foreman <derekf@osg.samsung.com>
Acked-by: Peter Hutterer <peter.hutterer@who-t.net>
diff --git a/desktop-shell/shell.h b/desktop-shell/shell.h
index ae4068c..f8f62d5 100644
--- a/desktop-shell/shell.h
+++ b/desktop-shell/shell.h
@@ -236,7 +236,7 @@
void
activate(struct desktop_shell *shell, struct weston_view *view,
- struct weston_seat *seat, bool configure);
+ struct weston_seat *seat, uint32_t flags);
void
exposay_binding(struct weston_keyboard *keyboard,