feat: add mac support to systemPrefs.getColor() (#16249)

This commit is contained in:
Shelley Vohr 2019-01-03 16:17:07 -08:00 committed by GitHub
parent 03892153de
commit b57046e67d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 191 additions and 46 deletions

View file

@ -51,13 +51,11 @@ class SystemPreferences : public mate::EventEmitter<SystemPreferences>
#if defined(OS_WIN) || defined(OS_MACOSX)
std::string GetAccentColor();
std::string GetColor(const std::string& color, mate::Arguments* args);
#endif
#if defined(OS_WIN)
bool IsAeroGlassEnabled();
std::string GetColor(const std::string& color, mate::Arguments* args);
void InitializeWindow();
// gfx::SysColorChangeListener: