summaryrefslogtreecommitdiffstats
path: root/toolkit/modules/AppConstants.jsm
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-04-14 19:16:07 -0400
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-24 10:24:52 +0200
commitadce88de958c505822c2381386950d18fa1d9b58 (patch)
treef7d8ee747058e3f1791b2ff45933ddb5fab8f3e7 /toolkit/modules/AppConstants.jsm
parent974d6ca889792c5cdfaf609f0e85d3673167bc5f (diff)
downloadUXP-adce88de958c505822c2381386950d18fa1d9b58.tar
UXP-adce88de958c505822c2381386950d18fa1d9b58.tar.gz
UXP-adce88de958c505822c2381386950d18fa1d9b58.tar.lz
UXP-adce88de958c505822c2381386950d18fa1d9b58.tar.xz
UXP-adce88de958c505822c2381386950d18fa1d9b58.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/AppConstants.jsm')
-rw-r--r--toolkit/modules/AppConstants.jsm2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/modules/AppConstants.jsm b/toolkit/modules/AppConstants.jsm
index 41b398efc..40aaadbf0 100644
--- a/toolkit/modules/AppConstants.jsm
+++ b/toolkit/modules/AppConstants.jsm
@@ -209,7 +209,7 @@ MOZ_SAFE_BROWSING:
#endif
CAN_DRAW_IN_TITLEBAR:
-#ifdef CAN_DRAW_IN_TITLEBAR
+#ifdef MOZ_CAN_DRAW_IN_TITLEBAR
true,
#else
false,