diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-03 07:06:45 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-03 07:06:45 +0000 |
| commit | e6bfddf849009bef7bbb75be5147b4a533fa1ad2 (patch) | |
| tree | 2b7c84efc4b26477289b07816217b270d9c897cc /otk/truerendercontrol.hh | |
| parent | e0eaee86ded5ae63eaaf82da22df5c8845eb3724 (diff) | |
add pseudorendercontrol
Diffstat (limited to 'otk/truerendercontrol.hh')
| -rw-r--r-- | otk/truerendercontrol.hh | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/otk/truerendercontrol.hh b/otk/truerendercontrol.hh index b44969aa..e733a148 100644 --- a/otk/truerendercontrol.hh +++ b/otk/truerendercontrol.hh @@ -53,14 +53,6 @@ private: int _green_offset; int _blue_offset; -public: - TrueRenderControl(int screen); - virtual ~TrueRenderControl(); - - 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; void reduceDepth(XImage *im, pixel32 *data) const; void verticalGradient(Surface &sf, const RenderTexture &texture, @@ -69,6 +61,14 @@ public: pixel32 *data) const; void crossDiagonalGradient(Surface &sf, const RenderTexture &texture, pixel32 *data) const; + virtual void drawGradientBackground(Surface &sf, + const RenderTexture &texture) const; + +public: + TrueRenderControl(int screen); + virtual ~TrueRenderControl(); + + virtual void drawBackground(Surface& sf, const RenderTexture &texture) const; }; } |
