]> Dogcows Code - chaz/openbox/blobdiff - otk/button.hh
hopefully caught stupid assert
[chaz/openbox] / otk / button.hh
index a4b3a978763a7685b5df854d1231f910839b7a2a..f25f731d9d1c63cdcfb63edf529eb7da6a4c4e9c 100644 (file)
@@ -34,7 +34,8 @@ public:
   void release(void);
 
   virtual void update(void);
-  virtual void expose(const XExposeEvent &e);
+  virtual bool expose(const XExposeEvent &e);
+  virtual bool configure(const XConfigureEvent &e);
 
 private:
 
This page took 0.022489 seconds and 4 git commands to generate.