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
3dc45955
Unverified
Commit
3dc45955
authored
Oct 22, 2018
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'uli42-pr/enableclientids' into 3.6.x
Attributes GH PR #730:
https://github.com/ArcticaProject/nx-libs/pull/730
parents
7392dd6a
71abe0be
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletion
+7
-1
X11.tmpl
nx-X11/config/cf/X11.tmpl
+0
-0
xorg.cf
nx-X11/config/cf/xorg.cf
+1
-1
os.h
nx-X11/programs/Xserver/include/os.h
+6
-0
No files found.
nx-X11/config/cf/X11.tmpl
View file @
3dc45955
nx-X11/config/cf/xorg.cf
View file @
3dc45955
...
...
@@ -594,7 +594,7 @@ IPLAN2P8_DEFS = -DUSE_IPLAN2P8
#ifndef XFree86ServerOSDefines
# define XFree86ServerOSDefines -DDDXOSINIT -DSERVER_LOCK -DDDXOSFATALERROR \
-DDDXOSVERRORF
-DDDXOSVERRORF
-DCLIENTIDS
#endif
#ifndef XFree86ConsoleDefines
...
...
nx-X11/programs/Xserver/include/os.h
View file @
3dc45955
...
...
@@ -557,4 +557,10 @@ extern int snprintf(char *str, size_t size, const char *format, ...)
extern
int
vsnprintf
(
char
*
str
,
size_t
size
,
const
char
*
format
,
va_list
ap
);
#endif
#ifdef DEBUG
#define DebugF ErrorF
#else
#define DebugF(...)
/* */
#endif
#endif
/* OS_H */
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