mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-22 07:02:28 +00:00
8 lines
186 B
C
8 lines
186 B
C
#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
|