aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/include
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-02-13 21:36:03 -0800
committerUlrich Sibiller <uli42@gmx.de>2017-03-03 21:33:34 +0100
commitbdfb52193b5a2c5e44969b11d997ce19f0310af9 (patch)
tree7f2b93218eddb984f5ae27e0aa086393e184476c /nx-X11/programs/Xserver/include
parente61e9795c3d19b163ebea9a230c2acc718a70d79 (diff)
downloadnx-libs-bdfb52193b5a2c5e44969b11d997ce19f0310af9.tar.gz
nx-libs-bdfb52193b5a2c5e44969b11d997ce19f0310af9.tar.bz2
nx-libs-bdfb52193b5a2c5e44969b11d997ce19f0310af9.zip
Replace _XkbDupString with Xstrdup
The two functions have identical semantics, including safely returning NULL when NULL is passed in (which POSIX strdup does not guarantee). Some callers could probably be adjusted to call libc strdup directly, when we know the input is non-NULL. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Daniel Stone <daniel@fooishbar.org> Backported-to-NX-by: Ulrich Sibiller <uli42@gmx.de>
Diffstat (limited to 'nx-X11/programs/Xserver/include')
-rw-r--r--nx-X11/programs/Xserver/include/xkbsrv.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/nx-X11/programs/Xserver/include/xkbsrv.h b/nx-X11/programs/Xserver/include/xkbsrv.h
index f0f803370..d5036b6fd 100644
--- a/nx-X11/programs/Xserver/include/xkbsrv.h
+++ b/nx-X11/programs/Xserver/include/xkbsrv.h
@@ -985,10 +985,6 @@ extern XkbGeometryPtr XkbLookupNamedGeometry(
Bool * /* shouldFree */
);
-extern char * _XkbDupString(
- char * /* str */
-);
-
extern void XkbConvertCase(
KeySym /* sym */,
KeySym * /* lower */,