]> Dogcows Code - chaz/openbox/blobdiff - otk/button.hh
dont set dirty if not resizing
[chaz/openbox] / otk / button.hh
index 55a2389c5f4a7e84ec7a9a1a1888e87e2d15f337..f25f731d9d1c63cdcfb63edf529eb7da6a4c4e9c 100644 (file)
@@ -33,7 +33,9 @@ public:
   void press(void);
   void release(void);
 
-  void update(void);
+  virtual void update(void);
+  virtual bool expose(const XExposeEvent &e);
+  virtual bool configure(const XConfigureEvent &e);
 
 private:
 
This page took 0.023488 seconds and 4 git commands to generate.