]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/dnd.h
corrected EVT_TEXT_URL() definition, its handler takes wxTextUrlEvent and not wxComma...
[wxWidgets.git] / include / wx / motif / dnd.h
index 1af3bacce2857d281e1abd3a55636c27d9926749..c7508ec5edcbf9a0763ef6cc04ab6fee711bb906 100644 (file)
@@ -153,7 +153,7 @@ public:
     void SetData( wxDataObject &data  );
     wxDragResult DoDragDrop(int flags = wxDrag_CopyOnly);
     
     void SetData( wxDataObject &data  );
     wxDragResult DoDragDrop(int flags = wxDrag_CopyOnly);
     
-    virtual bool GiveFeedback( wxDragResult WXUNUSED(effect), bool WXUNUSED(bScrolling) ) { return TRUE; };
+    virtual bool GiveFeedback( wxDragResult WXUNUSED(effect), bool WXUNUSED(bScrolling) ) { return true; };
     
     // implementation
 #if 0
     
     // implementation
 #if 0