diff options
author | SpockMan02 <aidanboyle@comcast.net> | 2018-06-27 03:25:34 -0700 |
---|---|---|
committer | SpockMan02 <aidanboyle@comcast.net> | 2018-06-27 03:25:34 -0700 |
commit | 6151dca6eac269a8dc4ca23552360aa7856eb9db (patch) | |
tree | fa1b58a5201a37c97c05c980032063926343cc1c /widget/LookAndFeel.h | |
parent | 2d8e325fbdaeaa26b1f2a99ddbbb67804ef97864 (diff) | |
download | UXP-6151dca6eac269a8dc4ca23552360aa7856eb9db.tar UXP-6151dca6eac269a8dc4ca23552360aa7856eb9db.tar.gz UXP-6151dca6eac269a8dc4ca23552360aa7856eb9db.tar.lz UXP-6151dca6eac269a8dc4ca23552360aa7856eb9db.tar.xz UXP-6151dca6eac269a8dc4ca23552360aa7856eb9db.zip |
Undo Mozilla Bug 1302937; Reinstate -moz-mac-lion-theme media query
Diffstat (limited to 'widget/LookAndFeel.h')
-rw-r--r-- | widget/LookAndFeel.h | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/widget/LookAndFeel.h b/widget/LookAndFeel.h index cf84b3308..60ebc2782 100644 --- a/widget/LookAndFeel.h +++ b/widget/LookAndFeel.h @@ -250,7 +250,7 @@ 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. @@ -313,6 +313,16 @@ public: */ eIntID_MacGraphiteTheme, + /* + * A Boolean value to determine whether the Mac OS X Lion-specific theming + * should be used. + * + * The value of this metric is not used on non-Mac platforms. These + * platforms should return NS_ERROR_NOT_IMPLEMENTED when queried for this + * metric. + */ + eIntID_MacLionTheme, + /* * A Boolean value to determine whether the Mac OS X Yosemite-specific theming * should be used. @@ -412,7 +422,7 @@ public: */ eIntID_ScrollbarFadeBeginDelay, eIntID_ScrollbarFadeDuration, - + /** * Distance in pixels to offset the context menu from the cursor * on open. |