Changeset 178 for branches/highdpi/LocalPlayer/MessgEx.pas
- Timestamp:
- Jun 23, 2019, 3:15:29 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/highdpi/LocalPlayer/MessgEx.pas
r173 r178 5 5 6 6 uses 7 Messg, Protocol, ScreenTools, Platform, DateUtils, 7 Messg, Protocol, ScreenTools, Platform, DateUtils, UDpiControls, 8 8 LCLIntf, LCLType, Messages, SysUtils, Classes, Graphics, Controls, Forms, ButtonA, 9 9 ButtonB, StdCtrls, DrawDlg; … … 32 32 private 33 33 MovieCancelled: boolean; 34 procedure PaintBook(ca: T Canvas; x, y, clPage, clCover: integer);34 procedure PaintBook(ca: TDpiCanvas; x, y, clPage, clCover: integer); 35 35 procedure PaintMyArmy; 36 36 procedure PaintEnemyArmy; … … 73 73 74 74 uses 75 ClientTools, BaseWin, Term, Help, UnitStat, Tribes, PixelPointer,76 IsoEngine, Diagram , Sound;75 ClientTools, BaseWin, Term, Help, UnitStat, Tribes, 76 IsoEngine, Diagram; 77 77 78 78 {$R *.lfm} … … 226 226 end; 227 227 228 procedure TMessgExDlg.PaintBook(ca: T Canvas; x, y, clPage, clCover: integer);228 procedure TMessgExDlg.PaintBook(ca: TDpiCanvas; x, y, clPage, clCover: integer); 229 229 const 230 230 xScrewed = 77;
Note:
See TracChangeset
for help on using the changeset viewer.