Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
e7b74452
Commit
e7b74452
authored
Dec 16, 2017
by
Mihai Moldovan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
8 deletions
+2
-8
xvdisp.c
nx-X11/programs/Xserver/Xext/xvdisp.c
+1
-1
misc.h
nx-X11/programs/Xserver/include/misc.h
+0
-6
miinitext.c
nx-X11/programs/Xserver/mi/miinitext.c
+1
-1
No files found.
nx-X11/programs/Xserver/Xext/xvdisp.c
View file @
e7b74452
...
...
@@ -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
...
...
nx-X11/programs/Xserver/include/misc.h
View file @
e7b74452
...
...
@@ -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 */
nx-X11/programs/Xserver/mi/miinitext.c
View file @
e7b74452
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment