summaryrefslogtreecommitdiff
path: root/include/X11/Xlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/X11/Xlib.h')
-rw-r--r--include/X11/Xlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/X11/Xlib.h b/include/X11/Xlib.h
index 5c6c7707..b0d7d4dc 100644
--- a/include/X11/Xlib.h
+++ b/include/X11/Xlib.h
@@ -1548,7 +1548,7 @@ extern Atom XInternAtom(
);
extern Status XInternAtoms(
Display* /* dpy */,
- char** /* names */,
+ _Xconst char** /* names */,
int /* count */,
Bool /* onlyIfExists */,
Atom* /* atoms_return */