summaryrefslogtreecommitdiff
path: root/otk/rendercontrol.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-23 07:26:32 +0000
committerDana Jansens <danakj@orodu.net>2003-01-23 07:26:32 +0000
commit9a64438a5a53624e5f5c7c3dbb5123e246693e5e (patch)
tree82c2559946ff9fe3cef8686623d9d43c1a0bb7dc /otk/rendercontrol.hh
parentbf3a40ad66d20b85c21233fce909c22f8dcf0bf8 (diff)
set the root window, to a color for now
Diffstat (limited to 'otk/rendercontrol.hh')
-rw-r--r--otk/rendercontrol.hh12
1 files changed, 7 insertions, 5 deletions
diff --git a/otk/rendercontrol.hh b/otk/rendercontrol.hh
index 1d9ab7e7..781c32d4 100644
--- a/otk/rendercontrol.hh
+++ b/otk/rendercontrol.hh
@@ -71,14 +71,16 @@ public:
static RenderControl *getRenderControl(int screen);
+ virtual void drawRoot(const RenderColor &color) const;
+
//! Draws a string onto a Surface
- virtual void drawString(Surface& sf, const Font& font, int x, int y,
- const RenderColor& color,
- const ustring& string) const;
+ virtual void drawString(Surface &sf, const Font &font, int x, int y,
+ const RenderColor &color,
+ const ustring &string) const;
//! Draws a background onto a Surface, as specified by a RenderTexture
- virtual void drawBackground(Surface& sf,
- const RenderTexture& texture) const = 0;
+ virtual void drawBackground(Surface &sf,
+ const RenderTexture &texture) const = 0;
};
}