X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2FSlit.hh;h=798ccb24b22ac6f93efcd87e1fc0a2b4fcaf29d5;hb=c2afc72a41a4093f1fdfdf3245d5d70ef8bf9ad2;hp=85b49d7d06532260c8ebd160c55de89d724da363;hpb=0305cbdc3ae8525c74b2bb9b23884035549e3407;p=chaz%2Fopenbox 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);