From f679d372d3355cc69145ccbd74f64293b16ca688 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Tue, 15 Apr 2003 08:54:40 +0000 Subject: removed mapNotifyEvent since its handled in Window.cc --- src/fluxbox.cc | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/src/fluxbox.cc b/src/fluxbox.cc index 158e0db..11dc5a5 100644 --- a/src/fluxbox.cc +++ b/src/fluxbox.cc @@ -22,7 +22,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: fluxbox.cc,v 1.107 2003/04/15 00:50:25 rathnor Exp $ +// $Id: fluxbox.cc,v 1.108 2003/04/15 08:54:40 fluxgen Exp $ #include "fluxbox.hh" @@ -688,12 +688,7 @@ void Fluxbox::handleEvent(XEvent * const e) { } break; case MapNotify: - { - FluxboxWindow *win = searchWindow(e->xmap.window); - if (win != 0) - win->mapNotifyEvent(e->xmap); - - } + // handled directly in FluxboxWindow::handleEvent break; @@ -713,7 +708,8 @@ void Fluxbox::handleEvent(XEvent * const e) { break; case DestroyNotify: { #ifdef DEBUG - cerr<<__FILE__<<"("<<__FUNCTION__<<"): DestroyNotify"<