From 9f705c02b9c412c053fc12a2ebdc5cebe83400c8 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 18 Jan 2003 04:06:39 +0000 Subject: *** empty log message *** --- otk/surface.hh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'otk/surface.hh') 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 @@ -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; }; } -- cgit v1.2.3