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
32b64d7d
Commit
32b64d7d
authored
Jan 09, 2020
by
Ulrich Sibiller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cursor.c: drop unused return code for nxagentDisconnectAllCursor
parent
33fbc621
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
Cursor.c
nx-X11/programs/Xserver/hw/nxagent/Cursor.c
+2
-2
Cursor.h
nx-X11/programs/Xserver/hw/nxagent/Cursor.h
+1
-1
Reconnect.c
nx-X11/programs/Xserver/hw/nxagent/Reconnect.c
+1
-1
No files found.
nx-X11/programs/Xserver/hw/nxagent/Cursor.c
View file @
32b64d7d
...
...
@@ -487,7 +487,7 @@ void nxagentDisconnectCursor(void * p0, XID x1, void * p2)
}
}
Bool
nxagentDisconnectAllCursor
(
void
)
void
nxagentDisconnectAllCursor
(
void
)
{
Bool
r
=
True
;
...
...
@@ -518,7 +518,7 @@ Bool nxagentDisconnectAllCursor(void)
nxagentDisconnectCursor
(
grab
->
cursor
,
0
,
&
r
);
}
return
r
;
return
;
}
...
...
nx-X11/programs/Xserver/hw/nxagent/Cursor.h
View file @
32b64d7d
...
...
@@ -112,6 +112,6 @@ void nxagentDisconnectCursor(void * p0, XID x1, void * p2);
void
nxagentReconnectCursor
(
void
*
p0
,
XID
x1
,
void
*
p2
);
void
nxagentReDisplayCurrentCursor
(
void
);
Bool
nxagentReconnectAllCursor
(
void
*
p0
);
Bool
nxagentDisconnectAllCursor
(
void
);
void
nxagentDisconnectAllCursor
(
void
);
#endif
/* __Cursor_H__ */
nx-X11/programs/Xserver/hw/nxagent/Reconnect.c
View file @
32b64d7d
...
...
@@ -83,7 +83,7 @@ extern Bool nxagentReconnectAllPicture(void*);
extern
Bool
nxagentDisconnectAllPicture
(
void
);
extern
Bool
nxagentDisconnectAllWindows
(
void
);
extern
Bool
nxagentDisconnectAllCursor
(
void
);
extern
void
nxagentDisconnectAllCursor
(
void
);
extern
Bool
nxagentReconnectFailedFonts
(
void
*
);
extern
Bool
nxagentInstallFontServerPath
(
void
);
...
...
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