X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Frendercontrol.hh;fp=otk%2Frendercontrol.hh;h=253e6530670701d36040e7578c25638e8ae2a827;hb=3147ad1a60db250b5b552a406dc33046d250cfea;hp=49395c58fffb88231e3e9bfaad106f65d0b3de2f;hpb=555facb9c737be20cd923abc15875af0281a8927;p=chaz%2Fopenbox diff --git a/otk/rendercontrol.hh b/otk/rendercontrol.hh index 49395c58..253e6530 100644 --- a/otk/rendercontrol.hh +++ b/otk/rendercontrol.hh @@ -88,7 +88,8 @@ public: The image must be specified in 32-bit packed ARGB format. The current background will be used for applying the alpha. */ - virtual void drawImage(Surface &sf, int w, int h, unsigned long *data) const; + virtual void drawImage(Surface &sf, int w, int h, + unsigned long *data) const = 0; //! Draws a string onto a Surface virtual void drawString(Surface &sf, const Font &font, int x, int y,