summaryrefslogtreecommitdiff
path: root/otk
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-31 06:01:16 +0000
committerDana Jansens <danakj@orodu.net>2003-01-31 06:01:16 +0000
commit3d8a035a9a230b729bc0c0c6ed6cee95169bd51e (patch)
tree161afea6eaa49bb70447a4fec8491bbbf79c1e89 /otk
parent05aad313ee969cae900b587941f47673029f41ef (diff)
try appending our shit to the path, and not import config in the cc
Diffstat (limited to 'otk')
-rw-r--r--otk/renderstyle.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/otk/renderstyle.cc b/otk/renderstyle.cc
index 8afb1141..330870c6 100644
--- a/otk/renderstyle.cc
+++ b/otk/renderstyle.cc
@@ -15,8 +15,8 @@ RenderStyle::RenderStyle(int screen, const std::string &stylefile)
_file(stylefile)
{
// pick one..
-#define FIERON
-//#define MERRY
+//#define FIERON
+#define MERRY
#ifdef FIERON
_root_color = new RenderColor(_screen, 0x272a2f);