aboutsummaryrefslogtreecommitdiff
path: root/include/rootston/virtual_keyboard.h
blob: 613e5595956e31c5cb72f35e01d2c8d0fdc91f83 (plain)
1
2
3
4
5
6
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