From: Dana Jansens Date: Wed, 29 Jan 2003 23:24:33 +0000 (+0000) Subject: FIERON default X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=88662942c65b9b3e8cd208882e39cae675bc5374;p=chaz%2Fopenbox FIERON default --- diff --git a/otk/renderstyle.cc b/otk/renderstyle.cc index e81bf685..9139c0bf 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);