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
71abe0be
Commit
71abe0be
authored
Oct 21, 2018
by
Ulrich Sibiller
Committed by
Mike Gabriel
Oct 22, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
enable CLIENTIDS functions in xserver
these can be used to determine the PID and name of an X11 client, e.g. in debugging.
parent
97f768a2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
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/xorg.cf
View file @
71abe0be
...
...
@@ -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 @
71abe0be
...
...
@@ -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