mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-04-03 06:50:38 +02:00
Prevents compiler errors such as:
../../include/X11/Xlibint.h:542:16: error: 'xCreateWindowAReq' undeclared
(first use in this function); did you mean 'xCreateWindowReq'?
542 | req = (x##name##Req *) _XGetRequest(dpy, X_##name, sz)
| ^
../../include/X11/Xlibint.h:554:9: note: in expansion of macro 'GetReqSized'
554 | GetReqSized(name, SIZEOF(x##name##Req), req)
| ^~~~~~~~~~~
cmsCmap.c:159:17: note: in expansion of macro 'GetReq'
159 | GetReq(CreateWindow, req);
| ^~~~~~
Fixes:
|
||
|---|---|---|
| .. | ||
| X11 | ||
| Makefile.am | ||