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
4ebd5fcd
Commit
4ebd5fcd
authored
Oct 28, 2019
by
Ulrich Sibiller
Committed by
Mike Gabriel
Nov 15, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rootless.c: cleanup function prototypes
parent
6d62b2c0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
10 deletions
+8
-10
Rootless.c
nx-X11/programs/Xserver/hw/nxagent/Rootless.c
+8
-10
No files found.
nx-X11/programs/Xserver/hw/nxagent/Rootless.c
View file @
4ebd5fcd
...
...
@@ -198,8 +198,6 @@ void nxagentRootlessDelTopLevelWindow(WindowPtr pWin)
}
}
Window
nxagentRootlessWMTopLevelWindow
(
WindowPtr
pWin
);
void
nxagentConfigureRootlessWindow
(
WindowPtr
pWin
,
int
x
,
int
y
,
int
w
,
int
h
,
int
bw
,
WindowPtr
pSib
,
int
stack_mode
,
Mask
mask
)
{
...
...
@@ -409,8 +407,7 @@ Window nxagentRootlessWindowParent(WindowPtr pWin)
}
}
int
nxagentExportAllProperty
(
pWin
)
WindowPtr
pWin
;
int
nxagentExportAllProperty
(
WindowPtr
pWin
)
{
int
total
=
0
;
...
...
@@ -428,12 +425,13 @@ int nxagentExportAllProperty(pWin)
return
total
;
}
int
nxagentExportProperty
(
pWin
,
property
,
type
,
format
,
mode
,
nUnits
,
value
)
WindowPtr
pWin
;
Atom
property
,
type
;
int
format
,
mode
;
unsigned
long
nUnits
;
void
*
value
;
int
nxagentExportProperty
(
WindowPtr
pWin
,
Atom
property
,
Atom
type
,
int
format
,
int
mode
,
unsigned
long
nUnits
,
void
*
value
)
{
char
*
output
=
NULL
;
Bool
export
=
False
;
...
...
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