X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Ftruerendercontrol.hh;h=36dbe2441165b8946a79cb3a3e459b7cd0b8535f;hb=e9a7fc91bc4485a7fc3f9542dbba86b8d3823c7d;hp=b85a7cc2e83f35cb529b7a720f5c36e1ba5afda1;hpb=d8d9b42777ace234f3471918e1210062578f8188;p=chaz%2Fopenbox diff --git a/otk/truerendercontrol.hh b/otk/truerendercontrol.hh index b85a7cc2..36dbe244 100644 --- a/otk/truerendercontrol.hh +++ b/otk/truerendercontrol.hh @@ -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; }; }