Commit 798a053b authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

Splash.c: move some variables to Splash.c

They belong there...
parent 074821a8
......@@ -147,8 +147,6 @@ Window nxagentScreenSaverWindows[MAXSCREENS];
#ifdef NXAGENT_ONSTART
Atom nxagentWMStart;
Window nxagentSplashWindow = None;
Pixmap nxagentPixmapLogo;
#endif
ScreenPtr nxagentDefaultScreen = NULL;
......
......@@ -63,6 +63,9 @@
#define nxagentLogoDarkGray 0x222222
#define nxagentLogoLightGray 0xbbbbbb
Pixmap nxagentPixmapLogo;
Window nxagentSplashWindow = None;
static void nxagentPaintLogo(Window win, GC 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