diff options
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/Splash.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Splash.c b/nx-X11/programs/Xserver/hw/nxagent/Splash.c index 7e19d5c11..1bb39910b 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Splash.c +++ b/nx-X11/programs/Xserver/hw/nxagent/Splash.c @@ -57,9 +57,9 @@ #define LOGODARKGRAY 0x222222 #define LOGOLIGHTGRAY 0xbbbbbb -XlibPixmap nxagentPixmapLogo; -XlibWindow nxagentSplashWindow = None; -Bool nxagentWMPassed = False; +static XlibPixmap nxagentPixmapLogo; +static XlibWindow nxagentSplashWindow = None; +static Bool nxagentWMPassed = False; static void nxagentPaintLogo(XlibWindow win, XlibGC gc, int scale, int width, int height); |