]> Dogcows Code - chaz/openbox/blobdiff - otk/focuslabel.hh
openbox scripting works again! config too!
[chaz/openbox] / otk / focuslabel.hh
index 9fc5f590052e207098784d1fd7e08f8d2bfc4540..eca8fff1711399ee82941ad973dfc264a17891c7 100644 (file)
@@ -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);
+  virtual void renderForeground(void);
 
-  virtual void setStyle(Style *style);
+  virtual void setStyle(RenderStyle *style);
   
 private:
   //! Text displayed in the label
This page took 0.022536 seconds and 4 git commands to generate.