diff options
| author | Derek Foreman <manmower@gmail.com> | 2003-01-23 05:22:50 +0000 |
|---|---|---|
| committer | Derek Foreman <manmower@gmail.com> | 2003-01-23 05:22:50 +0000 |
| commit | 312db4ca9ac0b3b488236404230e13e24d01d40a (patch) | |
| tree | e9641a84fbdbc8c172df5396c405bd73ba08a31d /otk/truerendercontrol.hh | |
| parent | 28b8f67562bb7eb15134f2bf7a8394f0a009b9ba (diff) | |
Added bevels
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; }; } |
