x11: uint -> ulong on clipboard read for x86-64
This commit is contained in:
parent
5cc6f05c4d
commit
3c2bf42f22
@ -1426,7 +1426,7 @@ _xgetsnarf(XDisplay *xd)
|
|||||||
uchar *data, *xdata;
|
uchar *data, *xdata;
|
||||||
Atom clipboard, type, prop;
|
Atom clipboard, type, prop;
|
||||||
unsigned long lastlen;
|
unsigned long lastlen;
|
||||||
uint dummy, len;
|
unsigned long dummy, len;
|
||||||
int fmt, i;
|
int fmt, i;
|
||||||
Window w;
|
Window w;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user