]> Dogcows Code - chaz/openbox/blobdiff - otk/surface.hh
not needed, the .in is commited
[chaz/openbox] / otk / surface.hh
index d325b3937a59da6c3f93217a9e1e1da53d6cd0c0..112bb39233f74ba30b50403b69239357e910c8f8 100644 (file)
@@ -4,6 +4,7 @@
 
 #include "point.hh"
 #include "truerendercontrol.hh"
+#include "pseudorendercontrol.hh"
 
 extern "C" {
 #include <X11/Xlib.h>
@@ -14,6 +15,7 @@ extern "C" {
 namespace otk {
 
 class ScreenInfo;
+class RenderColor;
 
 class Surface {
   int _screen;
@@ -26,7 +28,7 @@ protected:
   void destroyObjects();
 
   void setPixmap(XImage *image);
-  void setPixmap(const Color &color);
+  void setPixmap(const RenderColor &color);
   
 public:
   Surface(int screen, const Point &size);
@@ -44,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.023328 seconds and 4 git commands to generate.