xenocara/xserver/hw/xfree86/os-support/usl/usl_kbd.h
2006-11-26 18:13:41 +00:00

15 lines
298 B
C

/* $XdotOrg$ */
#ifndef SCO_KBD_HDR
#define SCO_KBD_HDR
typedef struct {
int orig_kbm;
struct termio kbdtty;
keymap_t keymap, noledmap;
int xq;
} USLKbdPrivRec, *USLKbdPrivPtr;
extern void KbdGetMapping(InputInfoPtr pInfo, KeySymsPtr pKeySyms,
CARD8 *pModMap);
#endif /* SCO_KBD_HDR */