]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/dnd.cpp
Added (untested) support for sub-locales.
[wxWidgets.git] / src / motif / dnd.cpp
index 618c3e46f3aec351c2f6535603a689ae8943df35..21dde40631ab9f958f7ed2a50eb9d67baf7aeefd 100644 (file)
@@ -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