mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-02 01:50:11 +01:00
os: Repack ConnectionOutput for LP64
Reviewed-by: Daniel Stone <daniel@fooishbar.org> Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
98cde254ac
commit
d5f724544a
1 changed files with 1 additions and 1 deletions
|
|
@ -124,8 +124,8 @@ typedef struct _connectionInput {
|
|||
|
||||
typedef struct _connectionOutput {
|
||||
struct _connectionOutput *next;
|
||||
int size;
|
||||
unsigned char *buf;
|
||||
int size;
|
||||
int count;
|
||||
} ConnectionOutput, *ConnectionOutputPtr;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue