Commit 0f5e873d authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

nxagent: drop NXAGENT_SPLASH

There was only one (commented) section using it.
parent 78484631
...@@ -240,7 +240,6 @@ DEFINES = \ ...@@ -240,7 +240,6 @@ DEFINES = \
-DNXAGENT_VISIBILITY \ -DNXAGENT_VISIBILITY \
-DNXAGENT_WAKEUP=1000 \ -DNXAGENT_WAKEUP=1000 \
-DNXAGENT_ONSTART \ -DNXAGENT_ONSTART \
-DNXAGENT_SPLASH \
-DNXAGENT_ARTSD \ -DNXAGENT_ARTSD \
-DNXAGENT_RANDR_MODE_PREFIX \ -DNXAGENT_RANDR_MODE_PREFIX \
-UNX_DEBUG_INPUT \ -UNX_DEBUG_INPUT \
......
...@@ -1436,7 +1436,6 @@ void nxagentConfigureWindow(WindowPtr pWin, unsigned int mask) ...@@ -1436,7 +1436,6 @@ void nxagentConfigureWindow(WindowPtr pWin, unsigned int mask)
#endif #endif
} }
#ifdef NXAGENT_SPLASH
/* /*
* This should bring again the splash window * This should bring again the splash window
* on top, so why the else clause? Is this * on top, so why the else clause? Is this
...@@ -1462,7 +1461,6 @@ void nxagentConfigureWindow(WindowPtr pWin, unsigned int mask) ...@@ -1462,7 +1461,6 @@ void nxagentConfigureWindow(WindowPtr pWin, unsigned int mask)
* } * }
* } * }
*/ */
#endif /* NXAGENT_SPLASH */
if (mask & CW_RootlessRestack) if (mask & CW_RootlessRestack)
{ {
......
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