🎨
This commit is contained in:
parent
af27c62b07
commit
25bcc2dd0d
2 changed files with 5 additions and 5 deletions
|
@ -19,11 +19,11 @@ const wchar_t kSystemPreferencesWindowClass[] =
|
||||||
|
|
||||||
namespace api {
|
namespace api {
|
||||||
|
|
||||||
class SystemPreferencesColorChangeListener :
|
class SystemPreferencesColorChangeListener
|
||||||
public gfx::SysColorChangeListener {
|
: public gfx::SysColorChangeListener {
|
||||||
public:
|
public:
|
||||||
explicit SystemPreferencesColorChangeListener(SystemPreferences* prefs):
|
explicit SystemPreferencesColorChangeListener(SystemPreferences* prefs)
|
||||||
prefs_(prefs) {
|
: prefs_(prefs) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void OnSysColorChange() {
|
void OnSysColorChange() {
|
||||||
|
|
|
@ -24,7 +24,7 @@ Returns:
|
||||||
Returns:
|
Returns:
|
||||||
|
|
||||||
* `event` Event
|
* `event` Event
|
||||||
* `invertedColorScheme` Boolean - `true` if a inverted color scheme, such as
|
* `invertedColorScheme` Boolean - `true` if an inverted color scheme, such as
|
||||||
a high contrast theme, is being used, `false` otherwise.
|
a high contrast theme, is being used, `false` otherwise.
|
||||||
|
|
||||||
## Methods
|
## Methods
|
||||||
|
|
Loading…
Reference in a new issue