]> Dogcows Code - chaz/openbox/blobdiff - otk/rendercolor.hh
add comment, and reformat
[chaz/openbox] / otk / rendercolor.hh
index 4eeb8158a0d20c0bade832f73c5d6011ef9e3510..c5835385ddcb8465f7cfaec14c59784090a16ee6 100644 (file)
@@ -27,8 +27,9 @@ public:
 private:
   struct CacheItem {
     GC gc;
+    unsigned long pixel;
     int count;
-    CacheItem(GC g) : gc(g), count(0) {}
+    CacheItem(GC g, unsigned long p) : gc(g), pixel(p), count(0) {}
   };
   static std::map<unsigned long, CacheItem*> *_cache;
 
This page took 0.019798 seconds and 4 git commands to generate.