diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-04-15 16:10:22 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-04-15 16:10:22 +0200 |
commit | 090307b7d3270c1bab3299c6e101c5577b5ad7c0 (patch) | |
tree | 3bcd21461e30a95a213f30922004891003ab991b /fbcon.c | |
parent | 6dc4cd217733e81c9a6b59cf526b1e54b23c457d (diff) | |
download | fbida-090307b7d3270c1bab3299c6e101c5577b5ad7c0.tar.gz |
xkb: move variables to kbd.c
Diffstat (limited to 'fbcon.c')
-rw-r--r-- | fbcon.c | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -29,7 +29,6 @@ #include <libudev.h> #include <libinput.h> #include <libtsm.h> -#include <xkbcommon/xkbcommon.h> #include "fbtools.h" #include "drmtools.h" @@ -61,17 +60,6 @@ static struct udev *udev; static struct libinput *kbd; static bool logind = false; -static struct xkb_context *xkb_ctx; -static struct xkb_keymap *xkb_map; -static struct xkb_state *xkb_state; -static struct xkb_rule_names xkb_layout = { - .rules = NULL, - .model = "pc105", - .layout = "us", - .variant = NULL, - .options = NULL, -}; - static struct tsm_screen *vts; static struct tsm_vte *vte; static bool tsm_sb; |