/* * Copyright (C) 2021 Kovid Goyal * * Distributed under terms of the GPL3 license. */ #pragma once #include void _glfwWaylandBindTextInput(struct wl_registry* registry, uint32_t name); void _glfwWaylandInitTextInput(void); void _glfwWaylandDestroyTextInput(void);