summaryrefslogtreecommitdiffstats
path: root/toolkit/modules/moz.build
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-04-14 19:16:07 -0400
committerMatt A. Tobin <email@mattatobin.com>2020-04-14 19:16:07 -0400
commit6f6d1f6ff788b6fac2a137ecbd41762f9976f42d (patch)
tree7309b15e219391b049af30bf2770a9aedf0bde28 /toolkit/modules/moz.build
parentf1675650abc31da01f7731a143d0659dbff31cfc (diff)
downloadUXP-6f6d1f6ff788b6fac2a137ecbd41762f9976f42d.tar
UXP-6f6d1f6ff788b6fac2a137ecbd41762f9976f42d.tar.gz
UXP-6f6d1f6ff788b6fac2a137ecbd41762f9976f42d.tar.lz
UXP-6f6d1f6ff788b6fac2a137ecbd41762f9976f42d.tar.xz
UXP-6f6d1f6ff788b6fac2a137ecbd41762f9976f42d.zip
Issue #1516 - Part 1: Add a global build define to determine if the client can draw in the titlebar and update consumers of the local define
Diffstat (limited to 'toolkit/modules/moz.build')
-rw-r--r--toolkit/modules/moz.build3
1 files changed, 0 insertions, 3 deletions
diff --git a/toolkit/modules/moz.build b/toolkit/modules/moz.build
index 8a364df8c..54adae4cf 100644
--- a/toolkit/modules/moz.build
+++ b/toolkit/modules/moz.build
@@ -92,9 +92,6 @@ EXTRA_PP_JS_MODULES += [
'WindowDraggingUtils.jsm',
]
-if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('windows', 'cocoa'):
- DEFINES['CAN_DRAW_IN_TITLEBAR'] = 1
-
if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('windows', 'gtk2', 'gtk3'):
DEFINES['MENUBAR_CAN_AUTOHIDE'] = 1