summaryrefslogtreecommitdiff
path: root/otk/rendercontrol.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-02-14 08:01:44 +0000
committerDana Jansens <danakj@orodu.net>2003-02-14 08:01:44 +0000
commit01a37dfe1888f1ac6da7ab12c6e4d59ce104d12c (patch)
tree63fa5cbb7476634aea8f8e4f0b7108023d83e102 /otk/rendercontrol.hh
parent49974f6916c98a23189daefa19dd79986629fe8f (diff)
allocate colors in pseudocolor from the map we allocate in the rendercontrol
Diffstat (limited to 'otk/rendercontrol.hh')
-rw-r--r--otk/rendercontrol.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/otk/rendercontrol.hh b/otk/rendercontrol.hh
index 72ad176f..01642824 100644
--- a/otk/rendercontrol.hh
+++ b/otk/rendercontrol.hh
@@ -68,6 +68,8 @@ public:
//! Draws a PixmapMask with a specified color onto a Surface
virtual void drawMask(Surface &sf, const RenderColor &color,
const PixmapMask &mask) const;
+
+ virtual void allocateColor(XColor *color) const = 0;
};
}