From: Dana Jansens Date: Mon, 17 Feb 2003 21:45:58 +0000 (+0000) Subject: calcDefaultSizes is protected X-Git-Tag: openbox-3_0-rc1-RELEASE~2040 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=729506e1f88383d8411624f5f2ab3c2c5f45cf43;p=dana%2Fopenbox.git calcDefaultSizes is protected --- 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;