From 312db4ca9ac0b3b488236404230e13e24d01d40a Mon Sep 17 00:00:00 2001 From: Derek Foreman Date: Thu, 23 Jan 2003 05:22:50 +0000 Subject: Added bevels --- otk/truerendercontrol.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'otk/truerendercontrol.hh') 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; }; } -- cgit v1.2.3