mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 11:55:59 +01: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
|