Composite part now can be conditionally compiled

Added some more common colors in ede-settings.xml
This commit is contained in:
Sanel Zukan
2008-06-09 15:08:45 +00:00
parent 3ea8f1d1f8
commit c19f08178e
4 changed files with 24 additions and 6 deletions

View File

@ -15,7 +15,10 @@
#include "Log.h"
#include "Xsm.h"
#ifdef HAVE_COMPOSITE
#include "Composite.h"
#endif
#include <edelib/List.h>
#include <edelib/String.h>
@ -56,7 +59,9 @@ class EvokeService {
bool is_running;
Log* logfile;
Xsm* xsm;
#ifdef HAVE_COMPOSITE
Composite* composite;
#endif
char* pidfile;
char* lockfile;