[X2Go-Commits] [nx-libs] 01/01: nx-X11/programs/Xserver/include/misc.h: add compat define for SHMNAME.
git-admin at x2go.org
git-admin at x2go.org
Sat Dec 16 07:58:15 CET 2017
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository nx-libs.
commit e37532ca89876b782d5034a1f0fc126327b6e470
Author: Mihai Moldovan <ionic at ionic.de>
Date: Sat Dec 16 07:57:47 2017 +0100
nx-X11/programs/Xserver/include/misc.h: add compat define for SHMNAME.
---
nx-X11/programs/Xserver/include/misc.h | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/nx-X11/programs/Xserver/include/misc.h b/nx-X11/programs/Xserver/include/misc.h
index 27137cd..f32f86e 100644
--- a/nx-X11/programs/Xserver/include/misc.h
+++ b/nx-X11/programs/Xserver/include/misc.h
@@ -397,4 +397,10 @@ typedef struct _CharInfo *CharInfoPtr; /* also in fonts/include/font.h */
#define _XTYPEDEF_CHARINFOPTR
#endif
+#ifdef LEGACY_XEXT_PROTO
+#ifndef SHMNAME
+#define SHMNAME "MIT-SHM"
+#endif
+#endif
+
#endif /* MISC_H */
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
More information about the x2go-commits
mailing list