Let efiler be compiled only when WITH_EFILER=1 was given.

Reduced timeout in splash screen on 1 second per item.
This commit is contained in:
Sanel Zukan
2009-04-22 10:37:55 +00:00
parent 97409088b8
commit d99fc3b839
2 changed files with 2 additions and 2 deletions

View File

@@ -40,6 +40,6 @@ SubInclude TOP edewm ;
SubInclude TOP ede-panel ; SubInclude TOP ede-panel ;
# efiler is not compileable at all # efiler is not compileable at all
if ! $(WITHOUT_EFILER) { if $(WITH_EFILER) = 1 {
SubInclude TOP efiler ; SubInclude TOP efiler ;
} }

View File

@@ -24,7 +24,7 @@
#include "Splash.h" #include "Splash.h"
#define TIMEOUT_START 0.5 /* timeout when splash is first time shown (also for first client) */ #define TIMEOUT_START 0.5 /* timeout when splash is first time shown (also for first client) */
#define TIMEOUT_CONTINUE 2.0 /* timeout between starting rest of the cliens */ #define TIMEOUT_CONTINUE 1.0 /* timeout between starting rest of the cliens */
EDELIB_NS_USING(String) EDELIB_NS_USING(String)
EDELIB_NS_USING(Resource) EDELIB_NS_USING(Resource)