summaryrefslogtreecommitdiff
path: root/include/xkbsrv.h
diff options
context:
space:
mode:
authorRui Matos <tiagomatos@gmail.com>2014-03-07 14:32:28 -0800
committerPeter Hutterer <peter.hutterer@who-t.net>2014-03-12 15:45:38 +1000
commit361f405d3c866bc4d22ef84975fe771691156336 (patch)
tree865bb5e91d308d917a017d6b8e0ae7b36876c256 /include/xkbsrv.h
parent795066477ee81b5b82e490eac8bed6b656d01f17 (diff)
xkb: Factor out a function to copy a keymap's controls onto another
Reviewed-by: Kristian Høgsberg <krh@bitplanet.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'include/xkbsrv.h')
-rw-r--r--include/xkbsrv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/xkbsrv.h b/include/xkbsrv.h
index f857b2280..06f12003b 100644
--- a/include/xkbsrv.h
+++ b/include/xkbsrv.h
@@ -841,6 +841,9 @@ extern void XkbFakeDeviceButton(DeviceIntPtr /* dev */ ,
int /* press */ ,
int /* button */ );
+extern _X_EXPORT void XkbCopyControls(XkbDescPtr /* dst */ ,
+ XkbDescPtr /* src */ );
+
#include "xkbfile.h"
#include "xkbrules.h"