aboutsummaryrefslogtreecommitdiffhomepage
path: root/macosx/ScintillaMacOSX.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2010-08-05 10:03:34 +1000
committernyamatongwe <unknown>2010-08-05 10:03:34 +1000
commit5fcee1eaf6f8bd2f4867e4dab718f99e34002c88 (patch)
tree6b285f1706647b0560e25c881ea087c392b8d5eb /macosx/ScintillaMacOSX.h
parentc4298141328fd8f81f9021b780e54c9dc3b9a02c (diff)
downloadscintilla-mirror-5fcee1eaf6f8bd2f4867e4dab718f99e34002c88.tar.gz
Bug #3039732 drag/drop on OSX overwrites clipboard.
Patch from Eric Promislow.
Diffstat (limited to 'macosx/ScintillaMacOSX.h')
-rw-r--r--macosx/ScintillaMacOSX.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/ScintillaMacOSX.h b/macosx/ScintillaMacOSX.h
index d9da7e295..78dffe87f 100644
--- a/macosx/ScintillaMacOSX.h
+++ b/macosx/ScintillaMacOSX.h
@@ -118,7 +118,8 @@ private:
bool GetPasteboardData(PasteboardRef &pasteBoard,
SelectionText *selectedText, bool *isFileURL);
void SetPasteboardData(PasteboardRef &pasteBoard,
- const SelectionText &selectedText);
+ const SelectionText &selectedText,
+ bool inDragDropSession);
char *GetStringFromCFString(CFStringRef &textString, int *textLen);
// Drag and drop