summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h
index 6a652f1..4c73b3c 100644
--- a/src/client.h
+++ b/src/client.h
@@ -33,6 +33,8 @@
#include <misc.h>
#include "xf86Cursor.h"
+#include <X11/extensions/XKBstr.h>
+
struct NestedClientPrivate;
typedef struct NestedClientPrivate *NestedClientPrivatePtr;
@@ -69,3 +71,5 @@ void NestedClientCloseScreen(NestedClientPrivatePtr pPriv);
void NestedClientSetDevicePtr(NestedClientPrivatePtr pPriv, DeviceIntPtr dev);
int NestedClientGetFileDescriptor(NestedClientPrivatePtr pPriv);
+
+Bool NestedClientGetKeyboardMappings(NestedClientPrivatePtr pPriv, KeySymsPtr keySyms, CARD8 *modmap, XkbControlsPtr ctrls);