diff options
author | Kean Johnson <kean@armory.com> | 2005-06-10 06:54:08 +0000 |
---|---|---|
committer | Kean Johnson <kean@armory.com> | 2005-06-10 06:54:08 +0000 |
commit | 6959958e41a5779b43cff7aadf68c6073c68e674 (patch) | |
tree | 8ea1fb9633de92bbc0e5a53a7da26063752f4294 /hw/xfree86/os-support/xf86OSKbd.h | |
parent | baa0cfc15442287557e44fa2614d89ab0b5c2539 (diff) |
SCO port update for SCO OpenServer 5 and UnixWare 7. A few general cleanupssco_port_update
and bugs not specifically related to the port fixed along the way.
Diffstat (limited to 'hw/xfree86/os-support/xf86OSKbd.h')
-rw-r--r-- | hw/xfree86/os-support/xf86OSKbd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xfree86/os-support/xf86OSKbd.h b/hw/xfree86/os-support/xf86OSKbd.h index 1b5124a55..344f7e901 100644 --- a/hw/xfree86/os-support/xf86OSKbd.h +++ b/hw/xfree86/os-support/xf86OSKbd.h @@ -1,4 +1,4 @@ -/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/xf86OSKbd.h,v 1.5 2003/08/24 19:58:06 dawes Exp $ */ +/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/xf86OSKbd.h,v 1.5tsi Exp $ */ /* * Copyright (c) 2002-2003 by The XFree86 Project, Inc. * @@ -104,7 +104,7 @@ typedef enum { PROT_XQUEUE, PROT_WSCONS, PROT_USB, - PROT_UNKNOWN + PROT_UNKNOWN_KBD } KbdProtocolId; typedef struct { |