From d99fc3b8399cf6b8cd4abcf3286d23b8d347b737 Mon Sep 17 00:00:00 2001 From: Sanel Zukan Date: Wed, 22 Apr 2009 10:37:55 +0000 Subject: [PATCH] Let efiler be compiled only when WITH_EFILER=1 was given. Reduced timeout in splash screen on 1 second per item. --- Jamfile | 2 +- evoke/Splash.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jamfile b/Jamfile index 685cf5a..fbf28bd 100644 --- a/Jamfile +++ b/Jamfile @@ -40,6 +40,6 @@ SubInclude TOP edewm ; SubInclude TOP ede-panel ; # efiler is not compileable at all -if ! $(WITHOUT_EFILER) { +if $(WITH_EFILER) = 1 { SubInclude TOP efiler ; } diff --git a/evoke/Splash.cpp b/evoke/Splash.cpp index 3689e62..08ab26c 100644 --- a/evoke/Splash.cpp +++ b/evoke/Splash.cpp @@ -24,7 +24,7 @@ #include "Splash.h" #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(Resource)