mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 08:20:05 +01:00
Revert "os: Repack ConnectionOutput for LP64"
This reverts commit d5f724544a.
ABI change pended for 1.13
This commit is contained in:
parent
11331305d4
commit
5de0c2582f
1 changed files with 1 additions and 1 deletions
|
|
@ -120,8 +120,8 @@ typedef struct _connectionInput {
|
|||
|
||||
typedef struct _connectionOutput {
|
||||
struct _connectionOutput *next;
|
||||
unsigned char *buf;
|
||||
int size;
|
||||
unsigned char *buf;
|
||||
int count;
|
||||
} ConnectionOutput, *ConnectionOutputPtr;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue