X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=otk%2Ftruerendercontrol.hh;h=a4735c8fbdb0b54728cbea7b8b6937c256d4f546;hb=707f70682abe0dfaadbf76843a0dccb33f0eaeda;hp=e4975aeb002250478753faf1fbcbae5eb93b02ca;hpb=31c20197e585bee0d48a7643bf73a0b358ad6297;p=chaz%2Fopenbox diff --git a/otk/truerendercontrol.hh b/otk/truerendercontrol.hh index e4975aeb..a4735c8f 100644 --- a/otk/truerendercontrol.hh +++ b/otk/truerendercontrol.hh @@ -46,6 +46,8 @@ public: virtual void drawBackground(Surface& sf, const RenderTexture &texture) const; virtual void drawGradientBackground(Surface &sf, const RenderTexture &texture) const; + + inline void highlight(pixel32 *x, pixel32 *y, bool raised) const; }; }