1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
This commit is contained in:
jules 2007-10-04 13:18:35 +00:00
parent 697ca8615a
commit 9a12e99fad

View file

@ -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;
};