aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/xfree86/os-support/usl/usl_kbd.h
blob: a65986fe5d5e99e41ff9bfae348831906613567d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* $XdotOrg: xc/programs/Xserver/hw/xfree86/os-support/usl/usl_kbd.h,v 1.2 2005/11/08 06:33:30 jkj Exp $ */
#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 */