]> Dogcows Code - chaz/openbox/blobdiff - otk/style.cc
fixed bugs, got otkapp to select on a fd, modded widget to make use of otkapp, press...
[chaz/openbox] / otk / style.cc
index 6349a6bcf4a23694222f3663e0794b14b37765b6..3c40e24bb5fcc87773aac642c50b45b881c8de5d 100644 (file)
@@ -3,8 +3,9 @@
 #endif // HAVE_CONFIG_H
 
 #include <assert.h>
-#include "display.hh"
+#include <iostream>
 
+#include "display.hh"
 #include "util.hh"
 #include "style.hh"
 
@@ -256,7 +257,7 @@ BColor Style::readDatabaseColor(const std::string &rname,
 
 
 BFont *Style::readDatabaseFont(const std::string &rbasename,
-                                    const Configuration &style) {
+                               const Configuration &style) {
   std::string fontname;
 
   std::string s;
This page took 0.025671 seconds and 4 git commands to generate.