Simplified mapping and lookups, added required structuring for future selectable...
[libguac-client-rdp.git] / include / client.h
index 27500a6..e56dbb6 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,8 @@ typedef struct rdp_guac_client_data {
 
     const guac_layer* current_surface;
 
+    const guac_rdp_keysym_scancode_map* keysym_scancodes;
+
 } rdp_guac_client_data;
 
 typedef struct rdp_freerdp_context {