diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-07-05 01:24:32 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-07-05 01:24:32 +0000 |
| commit | e15e4a9e03dd7b64004b76ca84b07c12c251f67b (patch) | |
| tree | d582a21b04ffdbac8935395da9f30c8230f5f1dd /src/Slit.hh | |
| parent | be2f47223c17c399e05436a34ba4140f2fc44fc9 (diff) | |
make iconified windows uniconify on an XMapRequestEvent.
sync with blackbox cvs.
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); |
