From 57818d0fe4f7cf94279909f03ec11b326b284f1e Mon Sep 17 00:00:00 2001 From: marha Date: Fri, 26 Nov 2010 15:22:07 +0000 Subject: libXext xserver libfontenc libX11 libxcb pixman git update 26 11 2010 --- libX11/src/IntAtom.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libX11/src') diff --git a/libX11/src/IntAtom.c b/libX11/src/IntAtom.c index 61a7f6d2f..a06689950 100644 --- a/libX11/src/IntAtom.c +++ b/libX11/src/IntAtom.c @@ -190,7 +190,7 @@ XInternAtom ( typedef struct { unsigned long start_seq; unsigned long stop_seq; - char **names; + const char **names; Atom *atoms; int count; Status status; @@ -239,7 +239,7 @@ Bool _XIntAtomHandler( Status XInternAtoms ( Display *dpy, - char **names, + const char **names, int count, Bool onlyIfExists, Atom *atoms_return) -- cgit v1.2.3