Ignore:
Timestamp:
Jun 30, 2023, 3:46:36 PM (11 months ago)
Author:
chronos
Message:
  • Modified: Simplified unit names.
File:
1 moved

Legend:

Unmodified
Added
Removed
  • branches/overos/Os.Window.pas

    r38 r39  
    1 unit UWindow;
     1unit Os.Window;
    22
    33interface
    44
    55uses
    6   Classes, SysUtils, Generics.Collections, UTypes, UMouse, UControls, UGraphics;
     6  Classes, SysUtils, Generics.Collections, Os.Types, Os.Mouse, Os.Controls, Os.Graphics;
    77
    88type
     
    107107
    108108uses
    109   UApplication;
     109  Os.Application;
    110110
    111111{ TTitleBar }
Note: See TracChangeset for help on using the changeset viewer.