X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Ftruerendercontrol.hh;h=36dbe2441165b8946a79cb3a3e459b7cd0b8535f;hb=8269fc2b3965d12ba308caa554bfa7ee037fba13;hp=1bfe841540bd2415ec203c057ddb9d409a7dda7d;hpb=72ff846dbb56ec36231fb761b864da09885d3690;p=chaz%2Fopenbox 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; }; }