commit | 580c7da559bfd6f21bcd5873298554ff61d81f26 | [log] [tgz] |
---|---|---|
author | Camilla Berglund <elmindreda@elmindreda.org> | Thu Nov 12 15:06:46 2015 +0100 |
committer | Camilla Berglund <elmindreda@elmindreda.org> | Thu Nov 12 15:06:46 2015 +0100 |
tree | 7b8dc770b2ba1a0e99fd6d14ddad30cfca542e92 | |
parent | 994d8ae54d76c2d3b780a46560f175ec005da210 [diff] [blame] |
Make Wayland and Mir backends use key LUTs
diff --git a/src/wl_platform.h b/src/wl_platform.h index 538ba12..dc7530d 100644 --- a/src/wl_platform.h +++ b/src/wl_platform.h
@@ -91,6 +91,8 @@ int monitorsCount; int monitorsSize; + short int publicKeys[256]; + struct { struct xkb_context* context; struct xkb_keymap* keymap;