Ignore:
Timestamp:
Apr 7, 2024, 11:50:48 PM (6 weeks ago)
Author:
chronos
Message:
  • Modified: Kernel API class definition improvement.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/Kernel/Kernel.Screen.pas

    r60 r61  
    44
    55uses
    6   SysUtils, Math, Kernel.Graphics;
     6  SysUtils, Math, Kernel.Graphics, Kernel.Device;
    77
    88type
     
    3131    function GetVideoMemory: PByte;
    3232  public
    33     Device: TObject; // TDeviceVideo;
     33    Device: TDeviceVideo;
    3434    Size: TPoint;
    3535    DPI: Integer;
     
    4444
    4545implementation
    46 
    47 uses
    48   Kernel.Device;
    4946
    5047{ TScreenCanvas }
Note: See TracChangeset for help on using the changeset viewer.