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/pseudorendercontrol.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'otk/pseudorendercontrol.hh') diff --git a/otk/pseudorendercontrol.hh b/otk/pseudorendercontrol.hh index a52e7cc3..402190c5 100644 --- a/otk/pseudorendercontrol.hh +++ b/otk/pseudorendercontrol.hh @@ -18,6 +18,7 @@ public: PseudoRenderControl(int screen); virtual ~PseudoRenderControl(); + virtual void allocateColor(XColor *color) const; }; } -- cgit v1.2.3