From 6cdc907d31068a4f02dd3a2c4d6c0b56ded36d6c Mon Sep 17 00:00:00 2001 From: FichteFoll Date: Sat, 4 Jul 2020 20:22:12 +0200 Subject: [PATCH] Revert "Get geometry after mapping" This reverts commit 11eeb961f15219da506a050ffc432e052689dcd6. --- src/winwidget.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/winwidget.c b/src/winwidget.c index 9f61ba6d..d3312678 100644 --- a/src/winwidget.c +++ b/src/winwidget.c @@ -851,8 +851,6 @@ void winwidget_show(winwidget winwid) /* wait for the window to map */ D(("Waiting for window to map\n")); XMaskEvent(disp, StructureNotifyMask, &ev); - winwidget_get_geometry(winwid, NULL); - /* Unfortunately, StructureNotifyMask does not only mask * the events of type MapNotify (which we want to mask here) * but also such of type ConfigureNotify (and others, see