diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-18 04:06:39 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-18 04:06:39 +0000 |
| commit | 9f705c02b9c412c053fc12a2ebdc5cebe83400c8 (patch) | |
| tree | 6d5dd7e82f351e74233b8f23e9ccdd05e40e5e0b /otk/surface.hh | |
| parent | 2005c344bdb4b59611972bc37e194d2e14cdf911 (diff) | |
*** empty log message ***
Diffstat (limited to 'otk/surface.hh')
| -rw-r--r-- | otk/surface.hh | 3 |
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; }; } |
