X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Fsurface.hh;h=112bb39233f74ba30b50403b69239357e910c8f8;hb=6e2f3f9f8a2b4b83648c9c8b9993d321b3f60a79;hp=18733517aaefc52a10fdb493fea5a7081f41e87e;hpb=0348a2f3abd2334f5f5812c5fb45c1b4fffb46a5;p=chaz%2Fopenbox 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 @@ -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; }; }