On Tue, Sep 15, 2009 at 11:26:34AM +0200, Vladimir Nadvornik wrote:
> > > "If the specified format is 32, the property data must be a _long_
> > > array." It is strange, but it really works this way.
> > Will this still work if I run 64-bit application on a 32-bit
> > XServer or vice versa?  ssh -Y or XDMCP.
> AFAIK yes. I have never noticed any problem with it.
OK, I've dived into libX11 sources and yes, XChangeProperty()
expects array of longs and #ifdef WORD64, it takes 32-bit
integers from every long passed.  src/XlibInt.c, *Data32()
functions.

-- 
Regards,
Sir Raorn.

Attachment: signature.asc
Description: Digital signature

Reply via email to