[fpc-devel]xresource.pp

Nikolay Nikolov nickysn at SexMagnet.com
Wed Jun 9 14:15:47 CEST 2004


Jeff Pohlmeyer wrote:

>X11R6/include/X11/Xresource.h says:
>
>  typedef char *XrmString;
>  typedef XrmHashBucket *XrmHashTable;
>
>
>
>fpc/packages/extra/x11/xresource.pp says:
>
>  TXrmString = char;
>  TXrmHashTable = TXrmHashBucket;
>
>
>
>I think that should be:
>
>  TXrmString = ^char;
>  TXrmHashTable = ^TXrmHashBucket;
>  
>
There are bugs in h2pas. I fixed some similar bugs in units x/xlib/xutil 
some time ago (and sent patches to fpc-devel). However I don't use the 
other units like xresource, so I didn't check them... ;)





More information about the fpc-devel mailing list