diff options
author | Deron <djlocal@localhost.localdomain> | 2006-11-29 10:18:57 -0800 |
---|---|---|
committer | Deron <djlocal@localhost.localdomain> | 2006-11-29 10:18:57 -0800 |
commit | 9e3be6e0e8ae6de4c50feed677a01c5286a9eadc (patch) | |
tree | dd9c08dfdcc0b489d6a275ebfa4fb239dcba3d78 /lgewire.h | |
parent | 4897f5579cd772cc3761e12ec52d865785082fe9 (diff) |
Updated with latest version of protocol.
Diffstat (limited to 'lgewire.h')
-rw-r--r-- | lgewire.h | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -1,7 +1,5 @@ /************************************************************ -$RCSfile: lgewire.h,v $ - Copyright (c) 2004, Sun Microsystems, Inc. Permission to use, copy, modify, distribute, and sell this software and its @@ -24,10 +22,6 @@ Except as contained in this notice, the name of The Open Group shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from The Open Group. -$Revision: 1.1.4.2 $ -$Date: 2006/01/18 18:51:05 $ -$State: Exp $ - ********************************************************/ /* @@ -86,7 +80,7 @@ typedef struct { CARD8 lgeReqType; CARD16 length B16; CARD8 clientType; - CARD8 pad1; + BOOL sendEventDirect; CARD16 pad2 B16; } xLgeRegisterClientReq; |