sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit f8990523b456ad4eba2bd9c22dff87772d7b0953
parent f707f583e17cb5e8323ceb4bfd951ad0465b7d10
Author: Simon Zeni <simon@bl4ckb0ne.ca>
Date:   Wed,  9 Feb 2022 16:19:56 -0500

sway/commands: add missing wlr_keyboard interface include in xkb_switch_layout

Diffstat:
Msway/commands/input/xkb_switch_layout.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/sway/commands/input/xkb_switch_layout.c b/sway/commands/input/xkb_switch_layout.c @@ -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"