aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/Splash.c
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-01-05 22:59:43 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-01-05 22:59:43 +0100
commit04962efa95a41cd6f665ebb110a7ce07d99a4554 (patch)
tree1d319a61f55dd6132c17b5e7cb45b4585c3b6160 /nx-X11/programs/Xserver/hw/nxagent/Splash.c
parenta261b72435d7d30dbe36529a51fc53f6ade34dff (diff)
parent427b7b9777727df4115e3e9e6e63d5176fb0b495 (diff)
downloadnx-libs-04962efa95a41cd6f665ebb110a7ce07d99a4554.tar.gz
nx-libs-04962efa95a41cd6f665ebb110a7ce07d99a4554.tar.bz2
nx-libs-04962efa95a41cd6f665ebb110a7ce07d99a4554.zip
Merge branch 'uli42-pr/xlib_types' into 3.6.x
Attributes GH PR #883: https://github.com/ArcticaProject/nx-libs/pull/883
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/Splash.c')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Splash.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Splash.c b/nx-X11/programs/Xserver/hw/nxagent/Splash.c
index 8f3bc1ede..058269a73 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Splash.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Splash.c
@@ -69,20 +69,6 @@ Bool nxagentWMPassed = False;
static void nxagentPaintLogo(Window win, GC gc, int scale, int width, int height);
-/*
- * From Screen.c.
- */
-
-#ifdef NXAGENT_ONSTART
-extern Atom nxagentReadyAtom;
-#endif
-
-/*
- * From Clipboard.c.
- */
-
-extern Atom serverCutProperty;
-
void nxagentShowSplashWindow(Window parentWindow)
{
XWindowAttributes getAttributes;