mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 15:31:41 +02:00
r322 | jonas | 2010-02-21 12:04:33 +0100 (Sun, 21 Feb 2010) | 3 lines
* TERecPtr again points to TERec instead of to an opaque data type (error noted by Scott Knapp) git-svn-id: trunk@14932 -
This commit is contained in:
parent
30207d73ea
commit
c235307643
@ -194,7 +194,7 @@ uses MacTypes,QuickdrawTypes,MixedMode;
|
||||
{$ALIGN MAC68K}
|
||||
|
||||
type
|
||||
TERecPtr = ^SInt32; { an opaque type }
|
||||
TERecPtr = ^TERec;
|
||||
TEPtr = TERecPtr;
|
||||
TEHandle = ^TEPtr;
|
||||
HighHookProcPtr = procedure( const (*var*) r: Rect; pTE: TEPtr );
|
||||
@ -356,7 +356,6 @@ type
|
||||
<= charPosition D0.W
|
||||
|
||||
}
|
||||
type
|
||||
HighHookUPP = HighHookProcPtr;
|
||||
EOLHookUPP = EOLHookProcPtr;
|
||||
CaretHookUPP = CaretHookProcPtr;
|
||||
|
Loading…
Reference in New Issue
Block a user