]> Dogcows Code - chaz/openbox/blobdiff - src/Toolbar.hh
remove compiler warnings
[chaz/openbox] / src / Toolbar.hh
index f9dd54816557d18c223d922c7eb30476942fd2f3..ae8353baec7d9f30f51962a1e2028cbe45cb88a1 100644 (file)
@@ -172,12 +172,12 @@ public:
   inline int getY(void) const
   { return ((hidden) ? frame.y_hidden : frame.rect.y()); }
 
-  void buttonPressEvent(XButtonEvent *be);
-  void buttonReleaseEvent(XButtonEvent *re);
-  void enterNotifyEvent(XCrossingEvent * /*unused*/);
-  void leaveNotifyEvent(XCrossingEvent * /*unused*/);
-  void exposeEvent(XExposeEvent *ee);
-  void keyPressEvent(XKeyEvent *ke);
+  void buttonPressEvent(const XButtonEvent *be);
+  void buttonReleaseEvent(const XButtonEvent *re);
+  void enterNotifyEvent(const XCrossingEvent * /*unused*/);
+  void leaveNotifyEvent(const XCrossingEvent * /*unused*/);
+  void exposeEvent(const XExposeEvent *ee);
+  void keyPressEvent(const XKeyEvent *ke);
 
   void edit(void);
   void reconfigure(void);
This page took 0.020644 seconds and 4 git commands to generate.