]> Dogcows Code - chaz/openbox/blobdiff - otk/surface.hh
not needed, the .in is commited
[chaz/openbox] / otk / surface.hh
index 18733517aaefc52a10fdb493fea5a7081f41e87e..112bb39233f74ba30b50403b69239357e910c8f8 100644 (file)
@@ -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;
 };
 
 }
This page took 0.026445 seconds and 4 git commands to generate.