summary refs log tree commit diff stats
path: root/results/scraper/box64/266
blob: 55e0cdb73cd0d250d895c996b108264a2b629d27 (plain) (blame)
1
2
Function parameters of type XID in libX11
I noticed that most functions in libX11 with a parameter of type `XID` list it as `p` in their signature, but `XSaveContext` lists it as `u`. `XID` is defined as `unsigned long` in *wrapped/wrappedlibx11.c*. Should the `XID` type be `L`, or is `p` correct? I assume `u`is wrong in any case.