Commit e7b74452 authored by Mihai Moldovan's avatar Mihai Moldovan

Drop SHMNAME workaround again, it *is* defined in shmstr.h, which is actually…

Drop SHMNAME workaround again, it *is* defined in shmstr.h, which is actually header I was searching for.
parent 1e2fc154
......@@ -69,7 +69,7 @@ SOFTWARE.
#ifdef MITSHM
#define _XSHM_SERVER_
#ifdef LEGACY_XEXT_PROTO
#include <X11/extensions/XShm.h>
#include <X11/extensions/shmstr.h>
#else
#include <X11/extensions/shmproto.h>
#endif
......
......@@ -397,10 +397,4 @@ 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 */
......@@ -148,7 +148,7 @@ typedef void (*InitExtension)(void);
#ifdef MITSHM
#define _XSHM_SERVER_
#ifdef LEGACY_XEXT_PROTO
#include <X11/extensions/XShm.h>
#include <X11/extensions/shmstr.h>
#else
#include <X11/extensions/shmproto.h>
#endif
......
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