diff options
Diffstat (limited to 'src/Slit.hh')
| -rw-r--r-- | src/Slit.hh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Slit.hh b/src/Slit.hh index 85b49d7d..798ccb24 100644 --- a/src/Slit.hh +++ b/src/Slit.hh @@ -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); |
