diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-11-02 00:24:24 +0200 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-11-02 00:24:24 +0200 |
commit | 95e5d2521fc39a661e13b313e5aa2514ddac9a5e (patch) | |
tree | 185749683ff7280f45bd238ffd7b15b6fd4c8205 /src/lnx_kbd.h | |
parent | 3bfed2fc2e401bc4b5f74a3f20014d4a5c7dad30 (diff) | |
download | xorg-driver-xf86-input-keyboard-95e5d2521fc39a661e13b313e5aa2514ddac9a5e.tar.gz |
move os keyboard layer into kbd driver, remove legacy keyboard driver
Completely remove the old 'keyboard' driver.
Move the OS keyboard layer from the Xorg DDX into the kbd driver. Right
now, BSD, Linux, SCO, and Solaris, have been dragged over.
Bump to 1.2.0, as we'll collide badly with the existing OS keyboard layer.
Diffstat (limited to 'src/lnx_kbd.h')
-rw-r--r-- | src/lnx_kbd.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lnx_kbd.h b/src/lnx_kbd.h new file mode 100644 index 0000000..ac783bf --- /dev/null +++ b/src/lnx_kbd.h @@ -0,0 +1,5 @@ +/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_kbd.h,v 1.1 2002/10/11 01:40:35 dawes Exp $ */ + +extern void KbdGetMapping(InputInfoPtr pInfo, KeySymsPtr pKeySyms, + CARD8 *pModMap); + |