summaryrefslogtreecommitdiff
path: root/lgewire.h
diff options
context:
space:
mode:
authorDeron <djlocal@localhost.localdomain>2006-11-29 10:18:57 -0800
committerDeron <djlocal@localhost.localdomain>2006-11-29 10:18:57 -0800
commit9e3be6e0e8ae6de4c50feed677a01c5286a9eadc (patch)
treedd9c08dfdcc0b489d6a275ebfa4fb239dcba3d78 /lgewire.h
parent4897f5579cd772cc3761e12ec52d865785082fe9 (diff)
Updated with latest version of protocol.
Diffstat (limited to 'lgewire.h')
-rw-r--r--lgewire.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/lgewire.h b/lgewire.h
index 1714601..75ec0a4 100644
--- a/lgewire.h
+++ b/lgewire.h
@@ -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;