]> Dogcows Code - chaz/openbox/blobdiff - otk/surface.hh
*** empty log message ***
[chaz/openbox] / otk / surface.hh
index 7289b14aaebac8bd7a1c13bc987b51f8dd298eed..0c64c6f5b3eed1ab8f2229ca4f1f8807a5f1e1e4 100644 (file)
@@ -3,6 +3,7 @@
 #define __surface_hh
 
 #include "point.hh"
+#include "truerendercontrol.hh"
 
 extern "C" {
 #include <X11/Xlib.h>
@@ -26,6 +27,8 @@ public:
   virtual const Point& size() const { return _size; }
   virtual int width() const { return _size.x(); }
   virtual int height() const { return _size.y(); }
+
+  friend class TrueRenderControl;
 };
 
 }
This page took 0.020273 seconds and 4 git commands to generate.