From 26adc8853bc04f3f2f2d2e5f5ac94121f23b72e2 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 3 Dec 2002 19:10:03 +0000 Subject: label and focuslabel update their textures automatically on a style change --- otk/label.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'otk/label.hh') diff --git a/otk/label.hh b/otk/label.hh index c959a2fa..0dd81442 100644 --- a/otk/label.hh +++ b/otk/label.hh @@ -18,6 +18,8 @@ public: void update(void); + virtual void setStyle(Style *style); + private: //! Object used by Xft to render to the drawable XftDraw *_xftdraw; -- cgit v1.2.3