VirtualBox

source: vbox/trunk/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/sco_kbd.h@ 78293

Last change on this file since 78293 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: 411 bytes
Line 
1/* $XFree86$ */
2#ifndef SCO_KBD_HDR
3#define SCO_KBD_HDR
4
5typedef struct {
6 int use_tcs;
7 int use_kd;
8 int no_nmap;
9 int no_emap;
10 int orig_getsc;
11 int orig_kbm;
12 struct termios kbdtty;
13 keymap_t keymap, noledmap;
14 uchar_t *sc_mapbuf;
15 uchar_t *sc_mapbuf2;
16} ScoKbdPrivRec, *ScoKbdPrivPtr;
17
18extern void KbdGetMapping(InputInfoPtr pInfo, KeySymsPtr pKeySyms,
19 CARD8 *pModMap);
20#endif /* SCO_KBD_HDR */
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette