mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-06 09:15:57 +02:00
13 lines
317 B
C
Vendored
13 lines
317 B
C
Vendored
/*
|
|
* Copyright (C) 2021 Kovid Goyal <kovid at kovidgoyal.net>
|
|
*
|
|
* Distributed under terms of the GPL3 license.
|
|
*/
|
|
|
|
#pragma once
|
|
#include <wayland-client.h>
|
|
|
|
void _glfwWaylandBindTextInput(struct wl_registry* registry, uint32_t name);
|
|
void _glfwWaylandInitTextInput(void);
|
|
void _glfwWaylandDestroyTextInput(void);
|