diff options
author | fluxgen <fluxgen> | 2002-01-20 02:12:52 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-01-20 02:12:52 (GMT) |
commit | d462b97960c60c909c4af2077506520f7095a628 (patch) | |
tree | b06efacc5fdc4ea3a53a27143c364b9a20d39e54 | |
parent | 93c402846372b6cb532ec07f0563dc26b91596e6 (diff) | |
download | fluxbox-d462b97960c60c909c4af2077506520f7095a628.zip fluxbox-d462b97960c60c909c4af2077506520f7095a628.tar.bz2 |
changed return value for destroyNotifyEvent
-rw-r--r-- | src/Window.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Window.hh b/src/Window.hh index c4b6538..77ca3f9 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Window.hh,v 1.5 2002/01/18 01:33:58 fluxgen Exp $ | 25 | // $Id: Window.hh,v 1.6 2002/01/20 02:12:52 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef _WINDOW_HH_ | 27 | #ifndef _WINDOW_HH_ |
28 | #define _WINDOW_HH_ | 28 | #define _WINDOW_HH_ |
@@ -159,7 +159,7 @@ public: | |||
159 | void buttonPressEvent(XButtonEvent *); | 159 | void buttonPressEvent(XButtonEvent *); |
160 | void buttonReleaseEvent(XButtonEvent *); | 160 | void buttonReleaseEvent(XButtonEvent *); |
161 | void motionNotifyEvent(XMotionEvent *); | 161 | void motionNotifyEvent(XMotionEvent *); |
162 | void destroyNotifyEvent(XDestroyWindowEvent *); | 162 | bool destroyNotifyEvent(XDestroyWindowEvent *); |
163 | void mapRequestEvent(XMapRequestEvent *); | 163 | void mapRequestEvent(XMapRequestEvent *); |
164 | void mapNotifyEvent(XMapEvent *); | 164 | void mapNotifyEvent(XMapEvent *); |
165 | void unmapNotifyEvent(XUnmapEvent *); | 165 | void unmapNotifyEvent(XUnmapEvent *); |