mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-06 09:58:16 +02:00
EditorMacroScript: Mac workaround for TPoint
git-svn-id: trunk@39415 -
This commit is contained in:
parent
7abef66276
commit
42d3b7b7fa
@ -239,9 +239,9 @@ type
|
||||
procedure EMS_CutToClipboard;
|
||||
procedure EMS_PasteFromClipboard;
|
||||
|
||||
function EMS_LogicalToPhysicalPos(p: TPoint): TPoint;
|
||||
function EMS_LogicalToPhysicalPos(p: TPoint): {$IFDEF NeedTPointFix}TPoint2{$ELSE}TPoint{$ENDIF};
|
||||
function EMS_LogicalToPhysicalCol(Line: String; Index, LogicalPos: integer): integer;
|
||||
function EMS_PhysicalToLogicalPos(p: TPoint): TPoint;
|
||||
function EMS_PhysicalToLogicalPos(p: TPoint): {$IFDEF NeedTPointFix}TPoint2{$ELSE}TPoint{$ENDIF};
|
||||
function EMS_PhysicalToLogicalCol(Line: string; Index, PhysicalPos: integer): integer;
|
||||
function EMS_PhysicalLineLength(Line: String; Index: integer): integer;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user