]> Dogcows Code - chaz/openbox/blobdiff - otk/truerendercontrol.hh
offsets in planar surfaces
[chaz/openbox] / otk / truerendercontrol.hh
index bd6d80af3946331840ef280158b11bcd8d4c4561..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.024339 seconds and 4 git commands to generate.