Превосходное состояние проекта
This commit is contained in:
@@ -3,9 +3,12 @@
|
||||
|
||||
#include <wayland-client.h>
|
||||
|
||||
/* Called by registry when a wl_seat is bound */
|
||||
/* Вызывается при привязке wl_seat регистром */
|
||||
void input_register_seat(struct wl_seat *seat);
|
||||
/* Perform any input-related cleanup (destroy keyboard, xkb state) */
|
||||
/* Очистка input (разрушить keyboard и xkb state) */
|
||||
void input_cleanup(void);
|
||||
|
||||
/* Возвращает wl_surface, имеющую фокус клавиатуры или NULL */
|
||||
struct wl_surface *input_get_keyboard_focus(void);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user