Ignore:
Timestamp:
Jun 25, 2024, 10:49:43 AM (6 days ago)
Author:
chronos
Message:
  • Modified: Build with Lazarus 3.4.
  • Modified: Removed U prefix from unit names.
File:
1 moved

Legend:

Unmodified
Added
Removed
  • GraphicTest/Methods/MethodCanvasPixelsUpdateLock.pas

    r572 r573  
    1 unit UMethodCanvasPixelsUpdateLock;
    2 
    3 {$mode delphi}
     1unit MethodCanvasPixelsUpdateLock;
    42
    53interface
    64
    75uses
    8   Classes, SysUtils, UDrawMethod, UFastBitmap, Graphics;
     6  Classes, SysUtils, DrawMethod, FastBitmap, Graphics;
    97
    108type
     
    4543end;
    4644
    47 
    4845end.
    4946
Note: See TracChangeset for help on using the changeset viewer.