aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/Splash.h
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2020-01-28 08:21:53 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-05-07 12:55:04 +0200
commitca531cce24f232cf702fe673b86a2b0934c1c6ef (patch)
tree840885740c5b949e1f63fd2e08468be47b65c841 /nx-X11/programs/Xserver/hw/nxagent/Splash.h
parent2cddd5c5e31f1d46b7a8370ef1c6af4dc33c5bfb (diff)
downloadnx-libs-ca531cce24f232cf702fe673b86a2b0934c1c6ef.tar.gz
nx-libs-ca531cce24f232cf702fe673b86a2b0934c1c6ef.tar.bz2
nx-libs-ca531cce24f232cf702fe673b86a2b0934c1c6ef.zip
Splash.c: use more Xlib types
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/Splash.h')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Splash.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Splash.h b/nx-X11/programs/Xserver/hw/nxagent/Splash.h
index bf3ccf5f9..46655e039 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Splash.h
+++ b/nx-X11/programs/Xserver/hw/nxagent/Splash.h
@@ -37,10 +37,9 @@ extern int XdmcpTimeOutRtx;
extern int XdmcpStartTime;
extern int nxagentXdmcpUp;
-extern Window nxagentSplashWindow;
-
-extern void nxagentShowSplashWindow(Window);
-extern void nxagentRemoveSplashWindow();
-
+#ifdef XlibWindow
+extern void nxagentShowSplashWindow(XlibWindow);
+#endif
+extern void nxagentRemoveSplashWindow(void);
extern Bool nxagentHaveSplashWindow(void);
#endif /* __Splash_H__ */