summaryrefslogtreecommitdiff
path: root/otk/truerendercontrol.hh
diff options
context:
space:
mode:
authorDerek Foreman <manmower@gmail.com>2003-01-23 05:22:50 +0000
committerDerek Foreman <manmower@gmail.com>2003-01-23 05:22:50 +0000
commit312db4ca9ac0b3b488236404230e13e24d01d40a (patch)
treee9641a84fbdbc8c172df5396c405bd73ba08a31d /otk/truerendercontrol.hh
parent28b8f67562bb7eb15134f2bf7a8394f0a009b9ba (diff)
Added bevels
Diffstat (limited to 'otk/truerendercontrol.hh')
-rw-r--r--otk/truerendercontrol.hh2
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;
};
}