X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=otk%2Ffocuslabel.hh;h=e5fd4529a395c5800f09ebd8f75726b18434ff84;hb=033e9843bcec8340c9e657fe0f0519f86075424b;hp=9fc5f590052e207098784d1fd7e08f8d2bfc4540;hpb=9b6e5f9cf49df78be25720f9c4b33a733b856c9b;p=chaz%2Fopenbox diff --git a/otk/focuslabel.hh b/otk/focuslabel.hh index 9fc5f590..e5fd4529 100644 --- a/otk/focuslabel.hh +++ b/otk/focuslabel.hh @@ -16,9 +16,9 @@ public: inline const ustring &getText(void) const { return _text; } void setText(const ustring &text) { _text = text; _dirty = true; } - void update(void); + void renderForeground(void); - virtual void setStyle(Style *style); + virtual void setStyle(RenderStyle *style); private: //! Text displayed in the label