[fpc-devel]xresource.pp
Jeff Pohlmeyer
yetanothergeek at yahoo.com
Wed Jun 9 12:45:17 CEST 2004
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;
__________________________________
Do you Yahoo!?
Friends. Fun. Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/
More information about the fpc-devel
mailing list