aboutsummaryrefslogtreecommitdiff
path: root/devel/electron33/files/patch-ui_aura_client_drag__drop__client.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron33/files/patch-ui_aura_client_drag__drop__client.h')
-rw-r--r--devel/electron33/files/patch-ui_aura_client_drag__drop__client.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-ui_aura_client_drag__drop__client.h b/devel/electron33/files/patch-ui_aura_client_drag__drop__client.h
deleted file mode 100644
index c6a6dfcc8b6a..000000000000
--- a/devel/electron33/files/patch-ui_aura_client_drag__drop__client.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- ui/aura/client/drag_drop_client.h.orig 2023-02-01 18:43:51 UTC
-+++ ui/aura/client/drag_drop_client.h
-@@ -44,7 +44,7 @@ class AURA_EXPORT DragDropClient {
- int allowed_operations,
- ui::mojom::DragEventSource source) = 0;
-
--#if BUILDFLAG(IS_LINUX)
-+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
- // Updates the drag image. An empty |image| may be used to hide a previously
- // set non-empty drag image, and a non-empty |image| shows the drag image
- // again if it was previously hidden.