]> Dogcows Code - chaz/openbox/blobdiff - otk/renderstyle.cc
don use gradient for titlebar.. waste of cycles
[chaz/openbox] / otk / renderstyle.cc
index 13d9e577b28811a8b680dea56eb245c405a0309a..f555284401ce8a87bdc0446e0274f055175bf1e8 100644 (file)
@@ -1,8 +1,6 @@
 // -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
 
-#ifdef    HAVE_CONFIG_H
-#  include "../config.h"
-#endif // HAVE_CONFIG_H
+#include "config.h"
 
 #include "renderstyle.hh"
 #include "display.hh"
@@ -56,8 +54,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);
@@ -297,7 +295,7 @@ RenderStyle::RenderStyle(int screen, const std::string &stylefile)
                                         RenderTexture::Flat,
                                         RenderTexture::Bevel1,
                                         false,
-                                        RenderTexture::Vertical,
+                                        RenderTexture::Solid,
                                         false,
                                         0xe6e6e6,
                                         0xd9d9d9,
This page took 0.020694 seconds and 4 git commands to generate.