]> Dogcows Code - chaz/openbox/blobdiff - otk/button.hh
add an OBRootWindow class that watches events/properties on root windows
[chaz/openbox] / otk / button.hh
index c5b9d963e86b42acc7a2b6c94e990770cead9409..a5f9369001d9f24e635059952a41fa57d6a8e5a4 100644 (file)
@@ -29,8 +29,8 @@ public:
   void press(unsigned int mouse_button);
   void release(unsigned int mouse_button);
 
-  int buttonPressHandler(const XButtonEvent &e);
-  int buttonReleaseHandler(const XButtonEvent &e);
+  void buttonPressHandler(const XButtonEvent &e);
+  void buttonReleaseHandler(const XButtonEvent &e);
 
 private:
 
This page took 0.023984 seconds and 4 git commands to generate.