comparison system/System.h @ 1819:4eda6ba5b5d8 background-mode

More sensible name
author Chris Cannam
date Mon, 20 Jan 2020 17:17:45 +0000
parents c5ee0746bdef
children fc18ce2d99d7
comparison
equal deleted inserted replaced
1818:c5ee0746bdef 1819:4eda6ba5b5d8
164 extern ssize_t GetDiscSpaceMBAvailable(const char *path); 164 extern ssize_t GetDiscSpaceMBAvailable(const char *path);
165 165
166 // Return true if the OS desktop is set to use a dark mode 166 // Return true if the OS desktop is set to use a dark mode
167 // theme. Return false if it is set to a light theme or if the theme 167 // theme. Return false if it is set to a light theme or if the theme
168 // is unknown. 168 // is unknown.
169 extern bool OSThemeIsDark(); 169 extern bool OSReportsDarkThemeActive();
170 170
171 extern void StoreStartupLocale(); 171 extern void StoreStartupLocale();
172 extern void RestoreStartupLocale(); 172 extern void RestoreStartupLocale();
173 173
174 #include <cmath> 174 #include <cmath>