Path: utzoo!mnetor!tmsoft!dptcdc!berner!lethe!geac!jtsv16!uunet!cs.utexas.edu!tut.cis.ohio-state.edu!bloom-beacon!EXPO.LCS.MIT.EDU!rws From: rws@EXPO.LCS.MIT.EDU Newsgroups: comp.windows.x Subject: Re: Getting window manager's decision Message-ID: <8905011151.AA00209@expire.lcs.mit.edu> Date: 1 May 89 11:51:45 GMT References: <1519@cfa241.cfa250.harvard.edu> Organization: The Internet Lines: 12 Is there any way to get the window manager's decision as regards an attempt to place a window without actually mapping the window. Nope. There are window managers that have to delay policy decisions until map time (e.g. a tiling window manager). My current method is to map all the windows and wait for the expose events to learn what size they actually end up being. Then those I don't want initially mapped get unmapped. There is no guarantee that a later map won't change the geometry.