mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-15 14:29:31 +02:00
lcl: fixed typo
git-svn-id: trunk@36382 -
This commit is contained in:
parent
b54ecafd13
commit
92be47b60a
@ -147,7 +147,7 @@ type
|
||||
PaletteBitOrder: TRawImageBitOrder;
|
||||
PaletteByteOrder: TRawImageByteOrder;
|
||||
|
||||
// don't use a contructor here, it will break compatibility with a record
|
||||
// don't use a constructor here, it will break compatibility with a record
|
||||
procedure Init;
|
||||
|
||||
// 1-bit mono format
|
||||
@ -207,7 +207,7 @@ type
|
||||
Palette: PByte;
|
||||
PaletteSize: PtrUInt;
|
||||
|
||||
// don't use a contructor here, it will break compatebility with a record
|
||||
// don't use a constructor here, it will break compatibility with a record
|
||||
procedure Init;
|
||||
procedure CreateData(AZeroMem: Boolean);
|
||||
|
||||
@ -241,7 +241,7 @@ type
|
||||
public
|
||||
Positions: array of TRawImagePosition;
|
||||
|
||||
// don't use a contructor here, it will break compatibility with a record
|
||||
// don't use a constructor here, it will break compatibility with a record
|
||||
procedure Init(AWidth, AHeight: cardinal; ABitsPerPixel: Byte; ALineEnd: TRawImageLineEnd; ALineOrder: TRawImageLineOrder);
|
||||
function GetPosition(x, y: cardinal): TRawImagePosition;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user