X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=otk%2Ftruerendercontrol.hh;h=1bfe841540bd2415ec203c057ddb9d409a7dda7d;hb=c88451f0c1e2586a5a06babb69b060bf808c9148;hp=b85a7cc2e83f35cb529b7a720f5c36e1ba5afda1;hpb=d8d9b42777ace234f3471918e1210062578f8188;p=chaz%2Fopenbox diff --git a/otk/truerendercontrol.hh b/otk/truerendercontrol.hh index b85a7cc2..1bfe8415 100644 --- a/otk/truerendercontrol.hh +++ b/otk/truerendercontrol.hh @@ -21,11 +21,11 @@ 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; }; }