summarylogtreecommitdiffstats
path: root/unity-menubar.patch
diff options
context:
space:
mode:
authornikatar2020-10-24 14:07:50 +0300
committernikatar2020-10-24 14:07:50 +0300
commitfdf4fbcb206f0523dc28e513e5de0c6c3deab600 (patch)
tree69168ba327fb5306de86646236b7662da87a78a9 /unity-menubar.patch
parente6b43de1a59e22fcbbdc364f0acd1285b57253dc (diff)
downloadaur-fdf4fbcb206f0523dc28e513e5de0c6c3deab600.tar.gz
82.0-1
Diffstat (limited to 'unity-menubar.patch')
-rw-r--r--unity-menubar.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/unity-menubar.patch b/unity-menubar.patch
index 459491afc3b8..331d8a71b176 100644
--- a/unity-menubar.patch
+++ b/unity-menubar.patch
@@ -5100,9 +5100,9 @@
* GetLastUserInputTime returns a timestamp for the most recent user input
* event. This is intended for pointer grab requests (including drags).
@@ -698,6 +702,8 @@ class nsWindow final : public nsBaseWidg
-
- mozilla::UniquePtr<mozilla::CurrentX11TimeGetter> mCurrentTimeGetter;
static CSDSupportLevel sCSDSupportLevel;
+
+ static bool sTransparentMainWindow;
+
+ mozilla::UniquePtr<nsMenuBar> mMenuBar;
};