diff options
author | Adam Tkac <atkac@redhat.com> | 2010-05-07 17:02:03 +1000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-05-07 12:17:45 -0700 |
commit | 626f97688a89dbc5da80390d822d21b1a737de0e (patch) | |
tree | b2408ea35517defe6fa025601a9b425303e31723 /include/xkbsrv.h | |
parent | 21ed660f30a3f96c787ab00a16499e0fb034b2ad (diff) |
Export XkbCopyDeviceKeymap from Xorg, it is needed by VNC.
Signed-off-by: Adam Tkac <atkac@redhat.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'include/xkbsrv.h')
-rw-r--r-- | include/xkbsrv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xkbsrv.h b/include/xkbsrv.h index a5d25d009..b3a831919 100644 --- a/include/xkbsrv.h +++ b/include/xkbsrv.h @@ -906,7 +906,7 @@ extern Bool XkbCopyKeymap( XkbDescPtr /* dst */, XkbDescPtr /* src */); -extern Bool XkbCopyDeviceKeymap( +extern _X_EXPORT Bool XkbCopyDeviceKeymap( DeviceIntPtr /* dst */, DeviceIntPtr /* src */); |