mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Composite part now can be conditionally compiled
Added some more common colors in ede-settings.xml
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user