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

@@ -787,6 +787,7 @@ set(GUI_CMN_SRC
src/common/lboxcmn.cpp
src/common/listctrlcmn.cpp
src/common/markupparser.cpp
src/common/matrix.cpp
src/common/menucmn.cpp
src/common/modalhook.cpp
src/common/mousemanager.cpp
@@ -1096,6 +1097,7 @@ set(GUI_CMN_HDR
wx/listbase.h
wx/listbook.h
wx/listctrl.h
wx/matrix.h
wx/menuitem.h
wx/metafile.h
wx/minifram.h