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
fb6e43e3
Commit
fb6e43e3
authored
Apr 23, 2020
by
Ulrich Sibiller
Committed by
Mike Gabriel
May 07, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rootless.c: add some comments
parent
0a714774
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
Rootless.c
nx-X11/programs/Xserver/hw/nxagent/Rootless.c
+11
-0
No files found.
nx-X11/programs/Xserver/hw/nxagent/Rootless.c
View file @
fb6e43e3
...
...
@@ -417,6 +417,11 @@ int nxagentExportAllProperty(WindowPtr pWin)
return
total
;
}
/*
* Export a property from an agent window to the corresponding window
* on the real X server This is e.g. called if a client changes a
* property.
*/
int
nxagentExportProperty
(
WindowPtr
pWin
,
Atom
property
,
Atom
type
,
...
...
@@ -792,6 +797,11 @@ int nxagentExportProperty(WindowPtr pWin,
return
export
;
}
/*
* Import a property from the proxy window on the real X server into
* the agent's corresponding window. This is e.g. called on reception
* of a property change event on the real X server.
*/
void
nxagentImportProperty
(
Window
window
,
XlibAtom
property
,
XlibAtom
type
,
...
...
@@ -842,6 +852,7 @@ void nxagentImportProperty(Window window,
/*
* We settle a property size limit of 256K beyond which we simply
* ignore them.
* FIXME: where's this checked/set/enforced/whatever?
*/
Atom
typeL
=
nxagentRemoteToLocalAtom
(
type
);
...
...
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