all repos — openbox @ 729506e1f88383d8411624f5f2ab3c2c5f45cf43

openbox fork - make it a bit more like ryudo

calcDefaultSizes is protected
Dana Jansens danakj@orodu.net
commit

729506e1f88383d8411624f5f2ab3c2c5f45cf43

parent

bc8d855b11e82fe937aeb81926808f2715400063

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M otk/label.hhotk/label.hh

@@ -31,13 +31,13 @@

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;