Export wxMSWDarkMode::IsActive() from the core DLL
This is required now that it's used from the aui library too.
This commit is contained in:
parent
521e29de7b
commit
5dbe9828db
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ namespace wxMSWDarkMode
|
|||
|
||||
// Return true if the application is using dark mode: note that this will only
|
||||
// be the case if wxApp::MSWEnableDarkMode() was called.
|
||||
WXDLLIMPEXP_CORE
|
||||
bool IsActive();
|
||||
|
||||
// Enable dark mode for the given TLW if appropriate.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue