summaryrefslogtreecommitdiff
path: root/otk/truerendercontrol.hh
diff options
context:
space:
mode:
Diffstat (limited to 'otk/truerendercontrol.hh')
-rw-r--r--otk/truerendercontrol.hh2
1 files changed, 2 insertions, 0 deletions
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;
};
}