Commit e37532ca authored by Mihai Moldovan's avatar Mihai Moldovan

nx-X11/programs/Xserver/include/misc.h: add compat define for SHMNAME.

parent 779a116f
...@@ -397,4 +397,10 @@ typedef struct _CharInfo *CharInfoPtr; /* also in fonts/include/font.h */ ...@@ -397,4 +397,10 @@ typedef struct _CharInfo *CharInfoPtr; /* also in fonts/include/font.h */
#define _XTYPEDEF_CHARINFOPTR #define _XTYPEDEF_CHARINFOPTR
#endif #endif
#ifdef LEGACY_XEXT_PROTO
#ifndef SHMNAME
#define SHMNAME "MIT-SHM"
#endif
#endif
#endif /* MISC_H */ #endif /* MISC_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment