openbox->bindings()->fireButton(&data);
}
-void Actions::mapRequestHandler(const XMapRequestEvent &e)
-{
- otk::EventHandler::mapRequestHandler(e);
- // do this in Screen::manageWindow
-}
-
-void Actions::unmapHandler(const XUnmapEvent &e)
-{
- otk::EventHandler::unmapHandler(e);
- // do this in Screen::unmanageWindow
-}
-
-void Actions::destroyHandler(const XDestroyWindowEvent &e)
-{
- otk::EventHandler::destroyHandler(e);
- // do this in Screen::unmanageWindow
-}
-
#ifdef XKB
void Actions::xkbHandler(const XkbEvent &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);
-
#ifdef XKB
virtual void xkbHandler(const XkbEvent &e);
#endif // XKB