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;