Changeset 549


Ignore:
Timestamp:
Jun 15, 2021, 1:32:26 PM (3 years ago)
Author:
chronos
Message:
  • Added: UPixelPointer unit to Common package.
Location:
Common
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • Common/Common.lpk

    r548 r549  
    3737      </Other>
    3838    </CompilerOptions>
    39     <Description Value="Various libraries"/>
    40     <License Value="GNU/GPL"/>
     39    <Description Value="Common package with various useful units.
     40
     41Source: https://svn.zdechov.net/PascalClassLibrary/Common/"/>
     42    <License Value="Copy left."/>
    4143    <Version Minor="8"/>
    42     <Files Count="28">
     44    <Files Count="29">
    4345      <Item1>
    4446        <Filename Value="StopWatch.pas"/>
     
    165167        <UnitName Value="UAboutDialog"/>
    166168      </Item28>
     169      <Item29>
     170        <Filename Value="UPixelPointer.pas"/>
     171        <UnitName Value="UPixelPointer"/>
     172      </Item29>
    167173    </Files>
    168174    <i18n>
  • Common/Common.pas

    r548 r549  
    1414  UPersistentForm, UFindFile, UScaleDPI, UTheme, UStringTable, UMetaCanvas,
    1515  UGeometric, UTranslator, ULanguages, UFormAbout, UAboutDialog,
    16   LazarusPackageIntf;
     16  UPixelPointer, LazarusPackageIntf;
    1717
    1818implementation
Note: See TracChangeset for help on using the changeset viewer.