summaryrefslogtreecommitdiff
path: root/desktop-shell/shell.h
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2013-12-04 11:00:19 -0800
committerKristian Høgsberg <krh@bitplanet.net>2013-12-04 11:03:24 -0800
commit677a5f5ac2406bc7efb36af6507844813850389c (patch)
tree625f3f845db02fcc444a659a1dcd88d22930db1c /desktop-shell/shell.h
parent1ef231377c594163342441b126502f99a80817db (diff)
downloadweston-677a5f5ac2406bc7efb36af6507844813850389c.tar.gz
desktop-shell: Split out input-panel code
Diffstat (limited to 'desktop-shell/shell.h')
-rw-r--r--desktop-shell/shell.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop-shell/shell.h b/desktop-shell/shell.h
index 17419e35..d7c34fc0 100644
--- a/desktop-shell/shell.h
+++ b/desktop-shell/shell.h
@@ -210,3 +210,7 @@ void
exposay_binding(struct weston_seat *seat,
enum weston_keyboard_modifier modifier,
void *data);
+int
+input_panel_setup(struct desktop_shell *shell);
+void
+input_panel_destroy(struct desktop_shell *shell);