aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-01-20 02:12:52 (GMT)
committerfluxgen <fluxgen>2002-01-20 02:12:52 (GMT)
commitd462b97960c60c909c4af2077506520f7095a628 (patch)
treeb06efacc5fdc4ea3a53a27143c364b9a20d39e54 /src/Window.hh
parent93c402846372b6cb532ec07f0563dc26b91596e6 (diff)
downloadfluxbox-d462b97960c60c909c4af2077506520f7095a628.zip
fluxbox-d462b97960c60c909c4af2077506520f7095a628.tar.bz2
changed return value for destroyNotifyEvent
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh4
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 *);