[fpc-devel]xresource.pp
    Michael Van Canneyt 
    michael.vancanneyt at wisa.be
       
    Wed Jun  9 14:21:40 CEST 2004
    
    
  
On Wed, 9 Jun 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;
I think you are right. I fixed it, and committed the fix.
Michael.
    
    
More information about the fpc-devel
mailing list