From 1161a90a70b21d3064a9dee62c72dd4be3025ada Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 31 Dec 2002 09:17:16 +0000 Subject: add click_raise global var --- src/actions.hh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/actions.hh') diff --git a/src/actions.hh b/src/actions.hh index f210f6ce..8b6633be 100644 --- a/src/actions.hh +++ b/src/actions.hh @@ -33,6 +33,8 @@ public: Action_LeaveWindow, Action_KeyPress, Action_MouseMotion, + Action_NewWindow, + Action_CloseWindow, NUM_ACTIONS }; @@ -67,6 +69,10 @@ public: virtual void keyPressHandler(const XKeyEvent &e); virtual void motionHandler(const XMotionEvent &e); + + virtual void mapRequestHandler(const XMapRequestEvent &e); + virtual void unmapHandler(const XUnmapEvent &e); + virtual void destroyHandler(const XDestroyWindowEvent &e); }; } -- cgit v1.2.3