mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-12 05:20:33 +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
5109c7f658
commit
3f7bc22263
1 changed files with 1 additions and 1 deletions
|
|
@ -119,8 +119,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