summaryrefslogtreecommitdiff
path: root/otk/surface.hh
diff options
context:
space:
mode:
Diffstat (limited to 'otk/surface.hh')
-rw-r--r--otk/surface.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/otk/surface.hh b/otk/surface.hh
index 7289b14a..0c64c6f5 100644
--- a/otk/surface.hh
+++ b/otk/surface.hh
@@ -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;
};
}