diff options
Diffstat (limited to 'devel/electron37/files/patch-ui_aura_client_drag__drop__client.h')
-rw-r--r-- | devel/electron37/files/patch-ui_aura_client_drag__drop__client.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron37/files/patch-ui_aura_client_drag__drop__client.h b/devel/electron37/files/patch-ui_aura_client_drag__drop__client.h new file mode 100644 index 000000000000..c6a6dfcc8b6a --- /dev/null +++ b/devel/electron37/files/patch-ui_aura_client_drag__drop__client.h @@ -0,0 +1,11 @@ +--- 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. |