Last change
on this file since 69348 was 51223, checked in by vboxsync, 11 years ago |
Additions/x11/x11include: added header files for X.Org Server 1.0 and 1.1.
|
-
Property svn:eol-style
set to
native
|
File size:
298 bytes
|
Line | |
---|
1 | /* $XdotOrg$ */
|
---|
2 | #ifndef SCO_KBD_HDR
|
---|
3 | #define SCO_KBD_HDR
|
---|
4 |
|
---|
5 | typedef struct {
|
---|
6 | int orig_kbm;
|
---|
7 | struct termio kbdtty;
|
---|
8 | keymap_t keymap, noledmap;
|
---|
9 | int xq;
|
---|
10 | } USLKbdPrivRec, *USLKbdPrivPtr;
|
---|
11 |
|
---|
12 | extern void KbdGetMapping(InputInfoPtr pInfo, KeySymsPtr pKeySyms,
|
---|
13 | CARD8 *pModMap);
|
---|
14 | #endif /* SCO_KBD_HDR */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.