diff options
Diffstat (limited to 'results/scraper/box64/266')
| -rw-r--r-- | results/scraper/box64/266 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/results/scraper/box64/266 b/results/scraper/box64/266 new file mode 100644 index 000000000..55e0cdb73 --- /dev/null +++ b/results/scraper/box64/266 @@ -0,0 +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. \ No newline at end of file |