Path: utzoo!utgpu!watmath!clyde!att!rutgers!mailrus!tut.cis.ohio-state.edu!bloom-beacon!EXPO.LCS.MIT.EDU!rws
From: rws@EXPO.LCS.MIT.EDU (Bob Scheifler)
Newsgroups: comp.windows.x
Subject: Re: Finding which windows are under cursor
Message-ID: <8812021922.AA13237@EXPO.LCS.MIT.EDU>
Date: 2 Dec 88 19:21:59 GMT
References: <2117@vedge.UUCP>
Sender: daemon@bloom-beacon.MIT.EDU
Organization: The Internet
Lines: 6


    Is there any way to find what windows are under the cursor (or under any
    specific point).

Yes, you can use XQueryTree to determine the hierarchy and XGetGeometry
to determine positioning.