Re: Matching client windows by resource IDs

2009-06-06 Thread Glynn Clements
Christian Pirchheim wrote: Wonder if there are client-side functions which allow to retrieve resource mask and base XIDs (as defined in the _XDisplay struct) given only a particular resource (e.g. Window) XID. IOW: Are functions available, which have signatures similar to: void

Matching client windows by resource IDs

2009-06-05 Thread Christian Pirchheim
Hi, Wonder if there are client-side functions which allow to retrieve resource mask and base XIDs (as defined in the _XDisplay struct) given only a particular resource (e.g. Window) XID. IOW: Are functions available, which have signatures similar to: void XGetResourceMaskAndBase(XID resource,

Re: Matching client windows by resource IDs

2009-06-05 Thread Thomas Lübking
Hi, are you looking for man XGetTransientForHint ? Thomas Am Friday 05 June 2009 schrieb Christian Pirchheim: Hi, Wonder if there are client-side functions which allow to retrieve resource mask and base XIDs (as defined in the _XDisplay struct) given only a particular resource (e.g. Window)