X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Ftruerendercontrol.hh;fp=otk%2Ftruerendercontrol.hh;h=71b94e62c0da9f38c031ad5cbdebca117e07dab2;hb=3147ad1a60db250b5b552a406dc33046d250cfea;hp=a1bc47dcc2e8c467d0113da2e6f9780a5f5f106b;hpb=555facb9c737be20cd923abc15875af0281a8927;p=chaz%2Fopenbox diff --git a/otk/truerendercontrol.hh b/otk/truerendercontrol.hh index a1bc47dc..71b94e62 100644 --- a/otk/truerendercontrol.hh +++ b/otk/truerendercontrol.hh @@ -34,6 +34,9 @@ public: virtual ~TrueRenderControl(); virtual void drawBackground(Surface& sf, const RenderTexture &texture) const; + + virtual void drawImage(Surface &sf, int w, int h, + unsigned long *data) const; }; }