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
d2ac4ce3
Commit
d2ac4ce3
authored
Dec 16, 2019
by
Ulrich Sibiller
Committed by
Mike Gabriel
Jan 06, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Atoms.c: describe atoms usage
parent
bf9b70d7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
1 deletion
+34
-1
Atoms.c
nx-X11/programs/Xserver/hw/nxagent/Atoms.c
+34
-1
No files found.
nx-X11/programs/Xserver/hw/nxagent/Atoms.c
View file @
d2ac4ce3
...
...
@@ -76,24 +76,57 @@ Atom nxagentAtoms[NXAGENT_NUMBER_OF_ATOMS];
static
char
*
nxagentAtomNames
[
NXAGENT_NUMBER_OF_ATOMS
+
1
]
=
{
"NX_IDENTITY"
,
/* 0 */
/* NX_IDENTITY was used in earlier nx versions to communicate
the version to NXwin. Got dropped between nxagent 1.5.0-45
and 1.5.0-112. */
"WM_PROTOCOLS"
,
/* 1 */
/* standard ICCCM Atom */
"WM_DELETE_WINDOW"
,
/* 2 */
/* standard ICCCM Atom */
"WM_NX_READY"
,
/* 3 */
/* nxagent takes the ownership of the selection with this name
to signal the nxclient (or any other watching program)
it is ready. */
"MCOPGLOBALS"
,
/* 4 */
/* used for artsd support. */
"NX_CUT_BUFFER_SERVER"
,
/* 5 */
/* Unfortunately we cannot rename this to NX_SELTRANS_TO_AGENT
/* this is the name of a property on nxagent's window on the
real X server. This property is used for passing clipboard
content from clients of the real X server to nxagent's clients
Unfortunately we cannot rename this to NX_SELTRANS_TO_AGENT
because nomachine's nxclient is depending on this
selection */
"TARGETS"
,
/* 6 */
/* used to request a list of supported data formats from the
selection owner. Standard ICCCM Atom */
"TEXT"
,
/* 7 */
/* one of the supported data formats for selections. Standard
ICCCM Atom */
"NX_AGENT_SIGNATURE"
,
/* 8 */
/* this is used to set a property on nxagent's window if nxagent
is started with the fullscreen option set. Unsure, what this
is used for. */
"NXDARWIN"
,
/* 9 */
/* this was an Atom in nxdarwin, nomachine's X server for MacOS. */
"CLIPBOARD"
,
/* 10 */
/* Atom for the clipboard selection. PRIMARY is fixed in X11 but
CLIPBOARD is not. Standard ICCCM Atom. */
"TIMESTAMP"
,
/* 11 */
/* used to request the time a selection has been owned. Standard
ICCCM Atom */
"UTF8_STRING"
,
/* 12 */
/* one of the supported data formats for selections. Standard
ICCCM Atom */
"_NET_WM_STATE"
,
/* 13 */
/* standard ICCCM Atom */
"_NET_WM_STATE_FULLSCREEN"
,
/* 14 */
/* standard ICCCM Atom */
"NX_SELTRANS_FROM_AGENT"
,
/* 15 */
/* this is the name of a property on nxagent's window on the real
X server. This property is used for passing clipboard content
from nxagent's clients to clients on the real X server */
"COMPOUND_TEXT"
,
/* 16 */
NULL
,
NULL
...
...
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