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
84382e91
Commit
84382e91
authored
Dec 16, 2019
by
Ulrich Sibiller
Committed by
Mike Gabriel
Jan 05, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clipboard.c: CLINDEX and GetXErrorString are only used for debugging
parent
7cda1012
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Clipboard.c
nx-X11/programs/Xserver/hw/nxagent/Clipboard.c
+2
-2
No files found.
nx-X11/programs/Xserver/hw/nxagent/Clipboard.c
View file @
84382e91
...
...
@@ -186,7 +186,6 @@ const char * GetClientSelectionStageString(int stage)
#else
#define SetClientSelectionStage(stage) do {lastClientStage = SelectionStage##stage;} while (0)
#define PrintClientSelectionStage()
#endif
/*
* see also nx-X11/lib/src/ErrDes.c
...
...
@@ -219,6 +218,7 @@ const char * GetXErrorString(int code)
default:
return
(
"UNKNOWN!"
);
break
;;
}
}
#endif
/*
* Save the values queried from X server.
...
...
@@ -1777,7 +1777,7 @@ int nxagentConvertSelection(ClientPtr client, WindowPtr pWin, Atom selection,
}
}
#if
defined(TEST) || defined(DEBUG)
#if
def DEBUG
fprintf
(
stderr
,
"%s: client [%d] requests sel [%s] "
"on window [%x] prop [%d][%s] target [%d][%s].
\n
"
,
__func__
,
CLINDEX
(
client
),
validateString
(
NameForAtom
(
selection
)),
requestor
,
...
...
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