]> Dogcows Code - chaz/openbox/blobdiff - otk/rendercolor.cc
added borders to gradient backgrounds
[chaz/openbox] / otk / rendercolor.cc
index 36f941c6734d220285407c9423135ac5f8d4f0a8..81aef261b6698fb7889e0d0db76ca3be55a1bd6e 100644 (file)
@@ -8,6 +8,12 @@
 #include "display.hh"
 #include "screeninfo.hh"
 
+extern "C" {
+#ifdef HAVE_STDIO_H
+#  include <stdio.h>
+#endif
+}
+
 namespace otk {
 
 std::map<unsigned long, RenderColor::CacheItem*> *RenderColor::_cache = 0;
This page took 0.021385 seconds and 4 git commands to generate.