VirtualBox

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

Last change on this file since 41244 was 25078, checked in by vboxsync, 15 years ago

Additions/x11/x11include: exported and set eol-style on new headers

  • 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