Major refactor of keymap - now using simple keysym description lists, which can be...
[libguac-client-rdp.git] / include / client.h
index 27500a6..a6bb801 100644 (file)
@@ -43,6 +43,8 @@
 
 #include <guacamole/client.h>
 
+#include "rdp_keymap.h"
+
 #define RDP_DEFAULT_PORT 3389
 
 typedef struct guac_rdp_color {
@@ -63,6 +65,10 @@ typedef struct rdp_guac_client_data {
 
     const guac_layer* current_surface;
 
+    guac_rdp_static_keymap keymap;
+
+    guac_rdp_keysym_state_map keysym_state;
+
 } rdp_guac_client_data;
 
 typedef struct rdp_freerdp_context {