Ignore:
Timestamp:
Apr 17, 2019, 12:58:41 AM (5 years ago)
Author:
chronos
Message:
  • Modified: Propagate project build mode options to used packages.
  • Added: Check memory leaks using heaptrc.
  • Modified: Update BGRABitmap package.
Location:
GraphicTest
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GraphicTest

    • Property svn:ignore
      •  

        old new  
        88GraphicTest.lps
        99GraphicTest.dbg
         10heaptrclog.trc
  • GraphicTest/Packages/bgrabitmap/bgraphoxo.pas

    r494 r521  
    4646    procedure AddLayerFromPhoxoData(const ABlockHeader: TPhoxoBlockHeader; ABlockData: PByte);
    4747  public
    48     constructor Create; override; overload;
    49     constructor Create(AWidth, AHeight: integer); override; overload;
     48    constructor Create; overload; override;
     49    constructor Create(AWidth, AHeight: integer); overload; override;
    5050    procedure LoadFromStream(AStream: TStream); override;
    5151    procedure LoadFromFile(const filenameUTF8: string); override;
Note: See TracChangeset for help on using the changeset viewer.