diff options
Diffstat (limited to 'otk/truerendercontrol.hh')
| -rw-r--r-- | otk/truerendercontrol.hh | 2 |
1 files changed, 2 insertions, 0 deletions
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; }; } |
