Ignore:
Timestamp:
May 30, 2023, 11:31:10 AM (11 months ago)
Author:
chronos
Message:
  • Modified: Removed U prefix from unit names.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/MessgEx.pas

    r447 r456  
    6363
    6464uses
    65   ClientTools, BaseWin, Term, Help, UnitStat, Tribes, UPixelPointer,
     65  ClientTools, BaseWin, Term, Help, UnitStat, Tribes, PixelPointer,
    6666  Diagram, Sound;
    6767
     
    211211  else
    212212    Result := inherited;
    213   Gtk2Fix;
     213  //Gtk2Fix;
    214214end;
    215215
     
    244244    Screwed := Default(TScrewed);
    245245    BigImp.BeginUpdate;
    246     SrcPtr := PixelPointer(BigImp, ScaleToNative(xIcon), ScaleToNative(yIcon));
     246    SrcPtr := TPixelPointer.Create(BigImp, ScaleToNative(xIcon), ScaleToNative(yIcon));
    247247    for iy := 0 to ScaleToNative(Height) - 1 do begin
    248248      for ix := 0 to ScaleToNative(Width) - 1 do begin
Note: See TracChangeset for help on using the changeset viewer.