From 01a37dfe1888f1ac6da7ab12c6e4d59ce104d12c Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 14 Feb 2003 08:01:44 +0000 Subject: allocate colors in pseudocolor from the map we allocate in the rendercontrol --- otk/truerendercontrol.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'otk/truerendercontrol.hh') diff --git a/otk/truerendercontrol.hh b/otk/truerendercontrol.hh index 1bfe8415..36dbe244 100644 --- a/otk/truerendercontrol.hh +++ b/otk/truerendercontrol.hh @@ -26,6 +26,8 @@ private: public: TrueRenderControl(int screen); virtual ~TrueRenderControl(); + + virtual void allocateColor(XColor *color) const; }; } -- cgit v1.2.3