diff options
Diffstat (limited to 'xorg-server/os/osdep.h')
-rw-r--r-- | xorg-server/os/osdep.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xorg-server/os/osdep.h b/xorg-server/os/osdep.h index 32b4a6763..491a746d4 100644 --- a/xorg-server/os/osdep.h +++ b/xorg-server/os/osdep.h @@ -125,6 +125,7 @@ typedef struct _connectionInput { int bufcnt; /* count of bytes in buffer */
int lenLastReq;
int size;
+ unsigned int ignoreBytes; /* bytes to ignore before the next request */
} ConnectionInput, *ConnectionInputPtr;
typedef struct _connectionOutput {
|