Ticket #40390: patch-wxWidgets30-compatibility-plugins-wxcontrib.diff
File patch-wxWidgets30-compatibility-plugins-wxcontrib.diff, 1.2 KB (added by mojca (Mojca Miklavec), 11 years ago) |
---|
-
src/plugins/contrib/wxContribItems/KWIC/include/wx/KWIC/AngularRegulator.h
not sure how to properly fix the last one
old new 11 11 // 12 12 ///////////////////////////////////////////////////////////////////////////// 13 13 14 #include <wx/control.h> 14 15 15 16 const int kwxEVT_ANGREG_FIRST = wxEVT_FIRST + 5402; 16 17 -
src/plugins/contrib/wxContribItems/KWIC/include/wx/KWIC/LinearRegulator.h
old new 11 11 // 12 12 ///////////////////////////////////////////////////////////////////////////// 13 13 14 #include <wx/control.h> 14 15 15 16 const int kwxEVT_LINEARREG_FIRST = wxEVT_FIRST + 5401; 16 17 -
src/plugins/contrib/wxContribItems/wxTreeList/src/treelistctrl.cpp
old new 2017 2017 const wxString& name) { 2018 2018 2019 2019 #ifdef __WXMAC__ 2020 if (style & wxTR_HAS_BUTTONS) style |= wxTR_MAC_BUTTONS;2021 if (style & wxTR_HAS_BUTTONS) style &= ~wxTR_HAS_BUTTONS;2022 2020 style &= ~wxTR_LINES_AT_ROOT; 2023 2021 style |= wxTR_NO_LINES; 2024 2022