X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Flabel.hh;fp=otk%2Flabel.hh;h=f43ed71ad87db3635cf2495d67ef97cad5d67a74;hb=729506e1f88383d8411624f5f2ab3c2c5f45cf43;hp=3bb931d6394b92a03928a8171d2aeb0eee2167c1;hpb=bc8d855b11e82fe937aeb81926808f2715400063;p=chaz%2Fopenbox diff --git a/otk/label.hh b/otk/label.hh index 3bb931d6..f43ed71a 100644 --- a/otk/label.hh +++ b/otk/label.hh @@ -31,13 +31,13 @@ public: const Font *font() const { return _font; } virtual void setFont(const Font *f); - virtual void calcDefaultSizes(); - virtual void styleChanged(const RenderStyle &style); virtual void renderForeground(Surface &surface); protected: + virtual void calcDefaultSizes(); + //! The color the label will use for rendering its text RenderColor *_forecolor;