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 XGetResourceMaskAndBase(XID resource, XID *mask, XID *base);

Not quite; libXRes has:

typedef struct {
        XID     resource_base;
        XID     resource_mask;
} XResClient;

Status XResQueryClients(Display *dpy, int *num_clients, XResClient **clients);

-- 
Glynn Clements <[email protected]>
_______________________________________________
xorg mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/xorg

Reply via email to