]> Dogcows Code - chaz/openbox/blobdiff - otk/surface.hh
colors are back
[chaz/openbox] / otk / surface.hh
index 0c64c6f5b3eed1ab8f2229ca4f1f8807a5f1e1e4..b027f7961f24346ce0d7933f3e1564af73d8466c 100644 (file)
@@ -27,6 +27,7 @@ public:
   virtual const Point& size() const { return _size; }
   virtual int width() const { return _size.x(); }
   virtual int height() const { return _size.y(); }
+  virtual Pixmap pixmap() const { return _pm; } // TEMP
 
   friend class TrueRenderControl;
 };
This page took 0.020289 seconds and 4 git commands to generate.