mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
This commit is contained in:
parent
697ca8615a
commit
9a12e99fad
1 changed files with 2 additions and 1 deletions
|
|
@ -1971,6 +1971,7 @@ private:
|
|||
XA_OtherMime = XA_MimeTextPlain; // xxx why??
|
||||
allowedMimeTypeAtoms [0] = XA_MimeTextPlain;
|
||||
allowedMimeTypeAtoms [1] = XA_OtherMime;
|
||||
allowedMimeTypeAtoms [2] = XA_MimeTextUriList;
|
||||
|
||||
allowedActions [0] = XA_XdndActionMove;
|
||||
allowedActions [1] = XA_XdndActionCopy;
|
||||
|
|
@ -2460,7 +2461,7 @@ private:
|
|||
Window dragAndDropSourceWindow;
|
||||
|
||||
Atom allowedActions [5];
|
||||
Atom allowedMimeTypeAtoms [2];
|
||||
Atom allowedMimeTypeAtoms [3];
|
||||
Array <Atom> srcMimeTypeAtomList;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue