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
6136c49a
Commit
6136c49a
authored
Jan 07, 2020
by
Ulrich Sibiller
Committed by
Mike Gabriel
May 07, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Atoms.h: reformat comments
parent
bed0d6ce
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
7 deletions
+4
-7
Atoms.h
nx-X11/programs/Xserver/hw/nxagent/Atoms.h
+4
-7
No files found.
nx-X11/programs/Xserver/hw/nxagent/Atoms.h
View file @
6136c49a
...
...
@@ -37,16 +37,14 @@ extern Atom nxagentAtoms[NXAGENT_NUMBER_OF_ATOMS];
extern
Bool
nxagentWMIsRunning
;
/*
* Create the required atoms internally
* to the agent server.
* Create the required atoms internally to the agent server.
*/
void
nxagentInitAtoms
();
/*
* Query and create all the required atoms
* on the remote X server using a single
* round trip.
* Query and create all the required atoms on the remote X server
* using a single round trip.
*/
int
nxagentQueryAtoms
(
ScreenPtr
pScreen
);
...
...
@@ -71,8 +69,7 @@ void nxagentWMDetect(void);
XlibAtom
nxagentMakeAtom
(
char
*
,
unsigned
,
Bool
);
/*
* Converts local atoms in remote atoms and
* viceversa.
* Converts local atoms in remote atoms and viceversa.
*/
Atom
nxagentRemoteToLocalAtom
(
XlibAtom
);
...
...
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