feat: add mac support to systemPrefs.getColor() (#16249)
This commit is contained in:
parent
03892153de
commit
b57046e67d
5 changed files with 191 additions and 46 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue