Changeset 468 for trunk/Integrated.lpr


Ignore:
Timestamp:
Dec 3, 2023, 11:28:08 AM (5 months ago)
Author:
chronos
Message:
  • Added: High DPI support integrated into trunk branch. It can be enabled by adding DPI define to compiler parameters for main project and packages.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Integrated.lpr

    r426 r468  
    66  cthreads, clocale,
    77  {$ENDIF}
    8   Forms, Interfaces, SysUtils, Protocol, GameServer, Direct, Start, Messg, Inp,
     8  {$IFDEF DPI}Dpi.Forms,{$ELSE}Forms,{$ENDIF}
     9  Interfaces, SysUtils, Protocol, GameServer, Direct, Start, Messg, Inp,
    910  Back, Log, LocalPlayer, ClientTools, Tribes, IsoEngine, Term, CityScreen, Nego,
    1011  NoTerm, ScreenTools, Directories;
     
    2728  Application.Initialize;
    2829  Application.Title := 'C-evo';
    29   Application.TaskBarBehavior := tbMultiButton;
     30  Application.TaskBarBehavior := TTaskBarBehavior.tbMultiButton;
    3031  Directories.UnitInit;
    3132  ScreenTools.UnitInit;
Note: See TracChangeset for help on using the changeset viewer.