kbd: move into wayland

This commit is contained in:
Daniel Eklöf 2019-10-27 17:07:44 +01:00
parent 061bbd7049
commit c9455d5f21
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
11 changed files with 141 additions and 155 deletions

View file

@ -11,7 +11,6 @@
#include "font.h"
#include "tllist.h"
#include "wayland.h"
#include "kbd.h"
#define likely(c) __builtin_expect(!!(c), 1)
#define unlikely(c) __builtin_expect(!!(c), 0)
@ -176,7 +175,6 @@ struct terminal {
} blink;
struct vt vt;
struct kbd kbd;
int scale;
int width; /* pixels */