Change wxRendererNative to use NSCell-based methods under Mac
Use wxOSX_USE_NSCELL_RENDERER to allow setting it to 0 to revert to the old code. Note that the new version is Objective C++, so the old .cpp file had to be renamed to have .mm extension. Closes #24053. Co-Authored-By: Vadim Zeitlin <vadim@wxwidgets.org>
This commit is contained in:
parent
1d7f2becd4
commit
21da0e128d
7 changed files with 8899 additions and 8583 deletions
|
|
@ -2022,7 +2022,6 @@ OSX_COMMON_SRC =
|
|||
src/osx/carbon/mdi.cpp
|
||||
src/osx/carbon/metafile.cpp
|
||||
src/osx/carbon/popupwin.cpp
|
||||
src/osx/carbon/renderer.cpp
|
||||
src/osx/carbon/statbrma.cpp
|
||||
src/osx/carbon/region.cpp
|
||||
# cocoa bridge
|
||||
|
|
@ -2173,6 +2172,7 @@ OSX_COCOA_SRC =
|
|||
src/osx/cocoa/preferences.mm
|
||||
src/osx/cocoa/printdlg.mm
|
||||
src/osx/cocoa/radiobut.mm
|
||||
src/osx/cocoa/renderer.mm
|
||||
src/osx/cocoa/scrolbar.mm
|
||||
src/osx/cocoa/settings.mm
|
||||
src/osx/cocoa/slider.mm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue