mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2024-12-26 21:58:08 +01:00
sway/commands: add missing wlr_keyboard interface include in xkb_switch_layout
This commit is contained in:
parent
f707f583e1
commit
f8990523b4
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
#define _POSIX_C_SOURCE 200809L
|
||||
#include <assert.h>
|
||||
#include <wlr/interfaces/wlr_keyboard.h>
|
||||
#include "sway/config.h"
|
||||
#include "sway/commands.h"
|
||||
#include "sway/input/input-manager.h"
|
||||
|
|
Loading…
Reference in a new issue