diff options
Diffstat (limited to 'otk/surface.hh')
| -rw-r--r-- | otk/surface.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/otk/surface.hh b/otk/surface.hh index 18733517..112bb392 100644 --- a/otk/surface.hh +++ b/otk/surface.hh @@ -4,6 +4,7 @@ #include "point.hh" #include "truerendercontrol.hh" +#include "pseudorendercontrol.hh" extern "C" { #include <X11/Xlib.h> @@ -45,6 +46,7 @@ public: // to it. Noone else needs them tho, so they are private. friend class RenderControl; friend class TrueRenderControl; + friend class PseudoRenderControl; }; } |
