Revert "Get rid of unused wxTransformMatrix"

wxTransformMatrix is undocumented but it is appartently
in use so it has to be present in the library.

This reverts commit 3e88df56f5.
This commit is contained in:
Artur Wieczorek 2020-10-07 23:15:10 +02:00
parent 3e88df56f5
commit 365c3a2ae9
17 changed files with 988 additions and 0 deletions

View file

@ -541,6 +541,7 @@
<ClCompile Include="..\..\src\common\lboxcmn.cpp" />
<ClCompile Include="..\..\src\common\listctrlcmn.cpp" />
<ClCompile Include="..\..\src\common\markupparser.cpp" />
<ClCompile Include="..\..\src\common\matrix.cpp" />
<ClCompile Include="..\..\src\common\menucmn.cpp" />
<ClCompile Include="..\..\src\common\modalhook.cpp" />
<ClCompile Include="..\..\src\common\mousemanager.cpp" />
@ -1337,6 +1338,7 @@
<ClInclude Include="..\..\include\wx\listbook.h" />
<ClInclude Include="..\..\include\wx\listbox.h" />
<ClInclude Include="..\..\include\wx\listctrl.h" />
<ClInclude Include="..\..\include\wx\matrix.h" />
<ClInclude Include="..\..\include\wx\mdi.h" />
<ClInclude Include="..\..\include\wx\menu.h" />
<ClInclude Include="..\..\include\wx\menuitem.h" />