X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Ffocuslabel.hh;h=eca8fff1711399ee82941ad973dfc264a17891c7;hb=f2e005f4d99c069431f27a102cef2ee26991ca97;hp=5d5af64e7640c2e3a10edcdc3da94d2585e6afd5;hpb=d8d9b42777ace234f3471918e1210062578f8188;p=chaz%2Fopenbox diff --git a/otk/focuslabel.hh b/otk/focuslabel.hh index 5d5af64e..eca8fff1 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 renderForeground(void); + virtual void renderForeground(void); - virtual void setStyle(Style *style); + virtual void setStyle(RenderStyle *style); private: //! Text displayed in the label