]> Dogcows Code - chaz/openbox/blobdiff - src/actions.cc
add an UrgentNotify callback type. fire it when a window becomes "urgent"
[chaz/openbox] / src / actions.cc
index 7360192299e9683cf7432dab89ce056eb5e3217d..65546167da65e7082e04d75c0d9ea47aac510b6f 100644 (file)
@@ -271,24 +271,6 @@ void Actions::motionHandler(const XMotionEvent &e)
   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)
 {
This page took 0.024535 seconds and 4 git commands to generate.