]> Dogcows Code - chaz/openbox/blobdiff - otk/surface.hh
colors are back
[chaz/openbox] / otk / surface.hh
index 7289b14aaebac8bd7a1c13bc987b51f8dd298eed..b027f7961f24346ce0d7933f3e1564af73d8466c 100644 (file)
@@ -3,6 +3,7 @@
 #define __surface_hh
 
 #include "point.hh"
+#include "truerendercontrol.hh"
 
 extern "C" {
 #include <X11/Xlib.h>
@@ -26,6 +27,9 @@ 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.020639 seconds and 4 git commands to generate.