]> Dogcows Code - chaz/openbox/blobdiff - src/Slit.hh
remove debug cout
[chaz/openbox] / src / Slit.hh
index 85b49d7d06532260c8ebd160c55de89d724da363..798ccb24b22ac6f93efcd87e1fc0a2b4fcaf29d5 100644 (file)
@@ -188,11 +188,11 @@ public:
   void shutdown(void);
   void toggleAutoHide(void);
 
-  void buttonPressEvent(XButtonEvent *e);
-  void enterNotifyEvent(XCrossingEvent * /*unused*/);
-  void leaveNotifyEvent(XCrossingEvent * /*unused*/);
-  void configureRequestEvent(XConfigureRequestEvent *e);
-  void unmapNotifyEvent(XUnmapEvent *e);
+  void buttonPressEvent(const XButtonEvent *e);
+  void enterNotifyEvent(const XCrossingEvent * /*unused*/);
+  void leaveNotifyEvent(const XCrossingEvent * /*unused*/);
+  void configureRequestEvent(const XConfigureRequestEvent *e);
+  void unmapNotifyEvent(const XUnmapEvent *e);
 
   virtual void timeout(void);
 
This page took 0.019871 seconds and 4 git commands to generate.