summaryrefslogtreecommitdiff
path: root/otk/truerendercontrol.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-02-03 07:06:45 +0000
committerDana Jansens <danakj@orodu.net>2003-02-03 07:06:45 +0000
commite6bfddf849009bef7bbb75be5147b4a533fa1ad2 (patch)
tree2b7c84efc4b26477289b07816217b270d9c897cc /otk/truerendercontrol.hh
parente0eaee86ded5ae63eaaf82da22df5c8845eb3724 (diff)
add pseudorendercontrol
Diffstat (limited to 'otk/truerendercontrol.hh')
-rw-r--r--otk/truerendercontrol.hh16
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;
};
}