diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 01:53:15 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 01:53:15 +0000 |
commit | 50e4c49ba64ce680143c83b142ae5a7ec30fde54 (patch) | |
tree | 269a97c1e612c69c97e0a622db091ba5392965c9 /widget/gtk/nsDragService.h | |
parent | Adding debian version 125.0.2-1. (diff) | |
download | firefox-50e4c49ba64ce680143c83b142ae5a7ec30fde54.tar.xz firefox-50e4c49ba64ce680143c83b142ae5a7ec30fde54.zip |
Merging upstream version 125.0.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | widget/gtk/nsDragService.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/widget/gtk/nsDragService.h b/widget/gtk/nsDragService.h index 8a45b7b8ed..bb5da26cd4 100644 --- a/widget/gtk/nsDragService.h +++ b/widget/gtk/nsDragService.h @@ -207,7 +207,8 @@ class nsDragService final : public nsBaseDragService, public nsIObserver { bool IsTargetContextList(void); // this will get the native data from the last target given a // specific flavor - void GetTargetDragData(GdkAtom aFlavor, nsTArray<nsCString>& aDropFlavors); + void GetTargetDragData(GdkAtom aFlavor, nsTArray<nsCString>& aDropFlavors, + bool aResetTargetData = true); // this will reset all of the target vars void TargetResetData(void); // Ensure our data cache belongs to aDragContext and clear the cache if |