Compile dark mode support for wxUniv/MSW too
Dark mode support for native controls is not needed in this port, but we still need DWM-related stuff to make the window title bar use the dark mode if necessary, so just include all this code in wxUniv.
This commit is contained in:
parent
b4a29beecd
commit
0b5252d12f
6 changed files with 87 additions and 59 deletions
|
|
@ -1764,6 +1764,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
|
|||
src/msw/ole/access.cpp
|
||||
src/msw/bmpbndl.cpp
|
||||
src/msw/overlay.cpp
|
||||
src/msw/darkmode.cpp
|
||||
</set>
|
||||
<set var="MSW_LOWLEVEL_HDR" hints="files">
|
||||
wx/msw/nonownedwnd.h
|
||||
|
|
@ -1847,7 +1848,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
|
|||
src/msw/timectrl.cpp
|
||||
src/msw/datecontrols.cpp
|
||||
src/generic/activityindicator.cpp
|
||||
src/msw/darkmode.cpp
|
||||
</set>
|
||||
<set var="MSW_HDR" hints="files">
|
||||
wx/generic/clrpickerg.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue