]> Dogcows Code - chaz/openbox/blobdiff - otk/widget.hh
layout fixes, give widgets a default texture, etc.
[chaz/openbox] / otk / widget.hh
index 31103debdb6e5a49e7cf55694f863058d6d0cfa3..c56b4a5621c82231853875d17b9cbb67f7180c31 100644 (file)
@@ -77,7 +77,7 @@ public:
 
   virtual void exposeHandler(const XExposeEvent &e);
   virtual void configureHandler(const XConfigureEvent &e);
-  virtual void styleChanged(const RenderStyle &) {}
+  virtual void styleChanged(const RenderStyle &style);
 
 protected:
   virtual void addChild(Widget *w) { assert(w); _children.push_back(w); }
@@ -85,7 +85,7 @@ protected:
 
   //! Find the default min/max sizes for the widget. Useful after the in-use
   //! style has changed.
-  virtual void calcDefaultSizes() {};
+  virtual void calcDefaultSizes();
 
   virtual void setMinSize(const Size &s);
 
This page took 0.025416 seconds and 4 git commands to generate.