aboutsummaryrefslogtreecommitdiff
path: root/include/rootston/virtual_keyboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rootston/virtual_keyboard.h')
-rw-r--r--include/rootston/virtual_keyboard.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/rootston/virtual_keyboard.h b/include/rootston/virtual_keyboard.h
new file mode 100644
index 00000000..613e5595
--- /dev/null
+++ b/include/rootston/virtual_keyboard.h
@@ -0,0 +1,7 @@
+#ifndef ROOTSTON_VIRTUAL_KEYBOARD_H
+#define ROOTSTON_VIRTUAL_KEYBOARD_H
+
+#include <wayland-server-core.h>
+
+void handle_virtual_keyboard(struct wl_listener *listener, void *data);
+#endif