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
3c92d889
Commit
3c92d889
authored
Aug 11, 2019
by
Ulrich Sibiller
Committed by
Mike Gabriel
Aug 27, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Splash.c: drop return code of nxagentShowSplashWindow
nobody was checking it.
parent
470e0bd4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
Splash.c
nx-X11/programs/Xserver/hw/nxagent/Splash.c
+2
-4
Splash.h
nx-X11/programs/Xserver/hw/nxagent/Splash.h
+1
-1
No files found.
nx-X11/programs/Xserver/hw/nxagent/Splash.c
View file @
3c92d889
...
...
@@ -78,7 +78,7 @@ extern Atom nxagentWMStart;
extern
Atom
serverCutProperty
;
int
nxagentShowSplashWindow
(
Window
parentWindow
)
void
nxagentShowSplashWindow
(
Window
parentWindow
)
{
XWindowAttributes
getAttributes
;
XWindowChanges
values
;
...
...
@@ -89,7 +89,7 @@ int nxagentShowSplashWindow(Window parentWindow)
* Show splash window only when running as X2Go Agent
*/
if
(
!
nxagentX2go
)
return
False
;
return
;
#ifdef TEST
fprintf
(
stderr
,
"nxagentShowSplashWindow: Got called.
\n
"
);
...
...
@@ -172,8 +172,6 @@ int nxagentShowSplashWindow(Window parentWindow)
GetTimeInMillis
()
-
startTime
);
}
#endif
return
True
;
}
void
nxagentPaintLogo
(
Window
win
,
GC
gc
,
int
scale
,
int
width
,
int
height
)
...
...
nx-X11/programs/Xserver/hw/nxagent/Splash.h
View file @
3c92d889
...
...
@@ -47,7 +47,7 @@ extern Window nxagentSplashWindow;
extern
int
nxagentWMPassed
;
extern
int
nxagentShowSplashWindow
(
Window
);
extern
void
nxagentShowSplashWindow
(
Window
);
extern
void
nxagentRemoveSplashWindow
(
WindowPtr
pWin
);
...
...
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