mirror of
https://github.com/swaywm/sway.git
synced 2026-02-11 04:28:15 -05:00
Merge 2ea6ceb6bb into b081eba05d
This commit is contained in:
commit
539c81cc4a
3 changed files with 10 additions and 1 deletions
|
|
@ -9,6 +9,7 @@
|
|||
#include <wlr/util/edges.h>
|
||||
#include "sway/config.h"
|
||||
#include "sway/input/input-manager.h"
|
||||
#include "sway/input/keyboard.h"
|
||||
#include "sway/input/tablet.h"
|
||||
#include "sway/input/text_input.h"
|
||||
|
||||
|
|
@ -369,4 +370,7 @@ keyboard_shortcuts_inhibitor_get_for_surface(const struct sway_seat *seat,
|
|||
struct sway_keyboard_shortcuts_inhibitor *
|
||||
keyboard_shortcuts_inhibitor_get_for_focused_surface(const struct sway_seat *seat);
|
||||
|
||||
struct sway_keyboard *sway_keyboard_for_wlr_keyboard(struct sway_seat *seat,
|
||||
struct wlr_keyboard *wlr_keyboard);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue