commit | 42feced8dea416efc4564444cb6ed46d790f0c08 | [log] [tgz] |
---|---|---|
author | Jan Arne Petersen <jpetersen@openismus.com> | Thu Jun 21 21:52:17 2012 +0200 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Thu Jun 21 16:41:06 2012 -0400 |
tree | ea3962fdc3bec1428ab786587305da5d9957be9e | |
parent | 8634f51b637ca4f8511ce3cba91f36e2927ed614 [diff] [blame] |
shell: Add support for input panels
diff --git a/src/compositor.h b/src/compositor.h index ed09157..af094fe 100644 --- a/src/compositor.h +++ b/src/compositor.h
@@ -278,6 +278,9 @@ struct wl_signal lock_signal; struct wl_signal unlock_signal; + struct wl_signal show_input_panel_signal; + struct wl_signal hide_input_panel_signal; + struct wl_event_loop *input_loop; struct wl_event_source *input_loop_source;