[fpc-devel] more descriptive parameter names for C translated headers
Micha Nelissen
micha at neli.hopto.org
Sat Feb 2 12:39:55 CET 2008
Graeme Geldenhuys wrote:
> 1)
> function XSetSelectionOwner(ADisplay:PDisplay; ASelection:TAtom;
> AOwner:TWindow; ATime:TTime):cint;cdecl;external libX11;
>
> or maybe
>
> 2)
> function XSetSelectionOwner(display:PDisplay; selection:TAtom;
> owner:TWindow; time:TTime):cint;cdecl;external libX11;
>
> My preference is 1). What's your thoughts?
Usually the rule is: 'he who does the work decides'.
Have fun ;)
Micha
More information about the fpc-devel
mailing list