From 0f285318cdf3336aabda0cfa6bc306b2274f14e8 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Wed, 19 Jul 2017 16:34:50 +0200 Subject: Add -moz-windows-accent-color-is-dark #31 point 4 --- widget/LookAndFeel.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'widget/LookAndFeel.h') diff --git a/widget/LookAndFeel.h b/widget/LookAndFeel.h index 8d510f69f..e2502c559 100644 --- a/widget/LookAndFeel.h +++ b/widget/LookAndFeel.h @@ -250,6 +250,15 @@ public: * should return NS_ERROR_NOT_IMPLEMENTED when queried for this metric. */ eIntID_WindowsAccentColorApplies, + + /* + * A Boolean value to determine whether the Windows accent color + * is considered dark and should get bright text/controls. + * + * The value of this metric is not used on other platforms. These platforms + * should return NS_ERROR_NOT_IMPLEMENTED when queried for this metric. + */ + eIntID_WindowsAccentColorIsDark, /* * A Boolean value to determine whether the Windows default theme is -- cgit v1.2.3