mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 07:19:17 +02:00
* Fixed a small typo...
This commit is contained in:
parent
e169c592f8
commit
bbaaa42d30
@ -677,7 +677,7 @@ type
|
|||||||
|
|
||||||
function ggiExtensionRegister(name: PChar; size: Integer;
|
function ggiExtensionRegister(name: PChar; size: Integer;
|
||||||
ParamChange: TGGIParamChangeProc): TGGIExtID; cdecl; external libggi;
|
ParamChange: TGGIParamChangeProc): TGGIExtID; cdecl; external libggi;
|
||||||
function ggiExtensionUnregister(id: TGGIExtID)): Integer; cdecl; external libggi;
|
function ggiExtensionUnregister(id: TGGIExtID): Integer; cdecl; external libggi;
|
||||||
function ggiExtensionAttach(Visual: TGGIVisual; id: TGGIExtID): Integer; cdecl; external libggi;
|
function ggiExtensionAttach(Visual: TGGIVisual; id: TGGIExtID): Integer; cdecl; external libggi;
|
||||||
function ggiExtensionDetach(Visual: TGGIVisual; id: TGGIExtID): Integer; cdecl; external libggi;
|
function ggiExtensionDetach(Visual: TGGIVisual; id: TGGIExtID): Integer; cdecl; external libggi;
|
||||||
function ggiExtensionLoadDL(Visual: TGGIVisual; filename, args: PChar; ArgPtr: Pointer): TGGILibID; cdecl; external libggi;
|
function ggiExtensionLoadDL(Visual: TGGIVisual; filename, args: PChar; ArgPtr: Pointer): TGGILibID; cdecl; external libggi;
|
||||||
@ -788,7 +788,10 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.1 1999-11-10 14:14:34 sg
|
Revision 1.2 1999-11-12 18:47:34 sg
|
||||||
|
* Fixed a small typo...
|
||||||
|
|
||||||
|
Revision 1.1 1999/11/10 14:14:34 sg
|
||||||
* Added to CVS
|
* Added to CVS
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user