]> Dogcows Code - chaz/openbox/blobdiff - otk/truerendercontrol.hh
offsets in planar surfaces
[chaz/openbox] / otk / truerendercontrol.hh
index b85a7cc2e83f35cb529b7a720f5c36e1ba5afda1..36dbe2441165b8946a79cb3a3e459b7cd0b8535f 100644 (file)
@@ -21,11 +21,13 @@ private:
   int _green_offset;
   int _blue_offset;
 
+  virtual void reduceDepth(Surface &sf, XImage *im) const;
+
 public:
   TrueRenderControl(int screen);
   virtual ~TrueRenderControl();
 
-  virtual void drawBackground(Surface& sf, const RenderTexture &texture) const;
+  virtual void allocateColor(XColor *color) const;
 };
 
 }
This page took 0.023029 seconds and 4 git commands to generate.