Commit 98c6c162 authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

Splash.c: make variables static

They are not used from the outside.
parent 436eef46
...@@ -57,9 +57,9 @@ ...@@ -57,9 +57,9 @@
#define LOGODARKGRAY 0x222222 #define LOGODARKGRAY 0x222222
#define LOGOLIGHTGRAY 0xbbbbbb #define LOGOLIGHTGRAY 0xbbbbbb
XlibPixmap nxagentPixmapLogo; static XlibPixmap nxagentPixmapLogo;
XlibWindow nxagentSplashWindow = None; static XlibWindow nxagentSplashWindow = None;
Bool nxagentWMPassed = False; static Bool nxagentWMPassed = False;
static void nxagentPaintLogo(XlibWindow win, XlibGC gc, int scale, int width, int height); static void nxagentPaintLogo(XlibWindow win, XlibGC gc, int scale, int width, int height);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment