]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/dnd.h
Small speed up to fonts and support for scaling.
[wxWidgets.git] / include / wx / x11 / dnd.h
index b3944af30cbfd51f5d627465c333fdaf0a3b80cc..fa392bd9d8bdf921522fb47c281aff9e62370aa5 100644 (file)
@@ -151,7 +151,7 @@ public:
     ~wxDropSource(void);
     
     void SetData( wxDataObject &data  );
-    wxDragResult DoDragDrop( bool bAllowMove = FALSE );
+    wxDragResult DoDragDrop(int flags = wxDrag_CopyOnly);
     
     virtual bool GiveFeedback( wxDragResult WXUNUSED(effect), bool WXUNUSED(bScrolling) ) { return TRUE; };