Alphabetical method ordering
This commit is contained in:
parent
c0f8b4895d
commit
1454510549
1 changed files with 1 additions and 1 deletions
|
@ -41,8 +41,8 @@ void SystemPreferences::BuildPrototype(
|
||||||
prototype->SetClassName(mate::StringToV8(isolate, "SystemPreferences"));
|
prototype->SetClassName(mate::StringToV8(isolate, "SystemPreferences"));
|
||||||
mate::ObjectTemplateBuilder(isolate, prototype->PrototypeTemplate())
|
mate::ObjectTemplateBuilder(isolate, prototype->PrototypeTemplate())
|
||||||
#if defined(OS_WIN)
|
#if defined(OS_WIN)
|
||||||
.SetMethod("isAeroGlassEnabled", &SystemPreferences::IsAeroGlassEnabled)
|
|
||||||
.SetMethod("getAccentColor", &SystemPreferences::GetAccentColor)
|
.SetMethod("getAccentColor", &SystemPreferences::GetAccentColor)
|
||||||
|
.SetMethod("isAeroGlassEnabled", &SystemPreferences::IsAeroGlassEnabled)
|
||||||
#elif defined(OS_MACOSX)
|
#elif defined(OS_MACOSX)
|
||||||
.SetMethod("postNotification",
|
.SetMethod("postNotification",
|
||||||
&SystemPreferences::PostNotification)
|
&SystemPreferences::PostNotification)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue