Unverified Commit 11eeb961 authored by Elaina Martineau's avatar Elaina Martineau
Browse files

Get geometry after mapping

parent 6af56d54
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -721,6 +721,8 @@ 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