projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
call ProcessPendingEvents() from wxAppConsoleBase::ProcessIdle() too, not only from...
[wxWidgets.git]
/
src
/
common
/
dndcmn.cpp
diff --git
a/src/common/dndcmn.cpp
b/src/common/dndcmn.cpp
index 7cc7e7413a4b2986997d6e62e53a897d26cbf65e..4c43d1fb6ce992e5cbbc4eb18d097849569543da 100644
(file)
--- a/
src/common/dndcmn.cpp
+++ b/
src/common/dndcmn.cpp
@@
-20,8
+20,12
@@
#include "wx/dnd.h"
+#if wxUSE_DRAG_AND_DROP
+
bool wxIsDragResultOk(wxDragResult res)
{
return res == wxDragCopy || res == wxDragMove || res == wxDragLink;
}
+#endif
+