fix unity menubar patch: one hunk was already upstreamed (fixes #21)

master v89.0-1
ohfp 2021-06-03 13:53:54 +02:00
parent e780353b5c
commit 3f7cc6c63b
No known key found for this signature in database
GPG Key ID: 2954CC8585E27A3F
1 changed files with 0 additions and 12 deletions

View File

@ -5298,15 +5298,3 @@
// {F6CD4F21-53AF-11d2-8DC4-00609703C14E}
#define NS_POPUPMENU_CID \
{ \
--- a/widget/gtk/nsDragService.cpp
+++ b/widget/gtk/nsDragService.cpp
@@ -46,6 +46,9 @@
#include "gfxPlatform.h"
#include "ScreenHelperGTK.h"
#include "nsArrayUtils.h"
+#ifdef MOZ_WAYLAND
+# include "gfxPlatformGtk.h"
+#endif
using namespace mozilla;
using namespace mozilla::gfx;