]> Dogcows Code - chaz/openbox/blobdiff - otk/renderstyle.cc
render images properly, minus the scaling
[chaz/openbox] / otk / renderstyle.cc
index ae2a3a18f8bf5323fd6cf7349060ca79a245f77e..d45e421265666d323018284a98f897e3bd7d937f 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);
This page took 0.020271 seconds and 4 git commands to generate.