On Mon, 19 Aug 2002, Wiktor Lisowicz wrote:

> This may be a little off-topic..
> 
> Does anyone know how to get the XID of a window, which was created
> by a process identified by specific PID (maybe using XLib) ??
> 

   I don't think it's possible.   A window is created by a
client.  A client corresponds to a socket.  A processes (and
threads) are writing to that socket and I can't think of any
way to backtrace that.  After all, a Window may be created by
a process on another machine.  It's a network transparent
window system. 


                                Mark.
_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to