source:
vbox/trunk/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/sco_kbd.h@
37801
最後變更 在這個檔案從37801是 25078,由 提交於 15 年 前 | |
---|---|
|
|
檔案大小: 411 位元組 |
行 | |
---|---|
1 | /* $XFree86$ */ |
2 | #ifndef SCO_KBD_HDR |
3 | #define SCO_KBD_HDR |
4 | |
5 | typedef 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 | |
18 | extern void KbdGetMapping(InputInfoPtr pInfo, KeySymsPtr pKeySyms, |
19 | CARD8 *pModMap); |
20 | #endif /* SCO_KBD_HDR */ |
注意:
瀏覽 TracBrowser
來幫助您使用儲存庫瀏覽器