mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-04-05 16:00:37 +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:
|
||
|---|---|---|
| .. | ||
| extensions | ||
| .gitignore | ||
| cursorfont.h | ||
| ImUtil.h | ||
| Xcms.h | ||
| XKBlib.h | ||
| Xlib-xcb.h | ||
| Xlib.h | ||
| XlibConf.h.in | ||
| Xlibint.h | ||
| Xlocale.h | ||
| Xregion.h | ||
| Xresource.h | ||
| Xutil.h | ||