diff options
| author | Neil <nyamatongwe@gmail.com> | 2021-09-15 09:36:45 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2021-09-15 09:36:45 +1000 |
| commit | d4a5d7d6955982496ba523a439fc98276a28e2d8 (patch) | |
| tree | f9cd5e2a57e247dc59f47404cfea8469cc74b35c /test/unit/UnitTester.vcxproj | |
| parent | da71ace9e135d3494fafa7d67483ff1c217faa04 (diff) | |
| download | scintilla-mirror-d4a5d7d6955982496ba523a439fc98276a28e2d8.tar.gz | |
Move colour mixing implementations into implementation file.
Avoids some warnings but drops constexpr.
Use MixedWith in PlatWin for GDI instead of local implementation.
Add unit tests for Geometry.
Diffstat (limited to 'test/unit/UnitTester.vcxproj')
| -rw-r--r-- | test/unit/UnitTester.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/UnitTester.vcxproj b/test/unit/UnitTester.vcxproj index 2e130ec3d..8d41cf383 100644 --- a/test/unit/UnitTester.vcxproj +++ b/test/unit/UnitTester.vcxproj @@ -158,6 +158,7 @@ <ClCompile Include="..\..\src\ContractionState.cxx" />
<ClCompile Include="..\..\src\Decoration.cxx" />
<ClCompile Include="..\..\src\Document.cxx" />
+ <ClCompile Include="..\..\src\Geometry.cxx" />
<ClCompile Include="..\..\src\PerLine.cxx" />
<ClCompile Include="..\..\src\RESearch.cxx" />
<ClCompile Include="..\..\src\RunStyles.cxx" />
|
