X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2d120f8391920145647ec10e84629bc21fa9f1bb..cfad3750c3ecc821ffae8b9b3de852551270846d:/src/motif/dnd.cpp diff --git a/src/motif/dnd.cpp b/src/motif/dnd.cpp index 618c3e46f3..21dde40631 100644 --- a/src/motif/dnd.cpp +++ b/src/motif/dnd.cpp @@ -217,6 +217,20 @@ void wxDropSource::UnregisterWindow(void) } #endif +wxPrivateDropTarget::wxPrivateDropTarget() +{ + m_id = wxTheApp->GetAppName(); +} + +size_t wxPrivateDropTarget::GetFormatCount() const +{ + return 1; +} + +wxDataFormat wxPrivateDropTarget::GetFormat(size_t n) const +{ + return wxDF_INVALID; +} #endif // wxUSE_DRAG_AND_DROP