X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a9796db88f321a72abd9720c5dd8d371cea2f40b..a5de860f0b8994b2d87d0a0d3c3dedf750fa7ddb:/src/gtk1/dnd.cpp?ds=sidebyside diff --git a/src/gtk1/dnd.cpp b/src/gtk1/dnd.cpp index 38e37d4e63..e90fecfe8c 100644 --- a/src/gtk1/dnd.cpp +++ b/src/gtk1/dnd.cpp @@ -53,12 +53,10 @@ extern bool g_blockEventsOnDrag; // the flags used for the last DoDragDrop() static long gs_flagsForDrag = 0; -#ifdef __WXDEBUG__ // the trace mask we use with wxLogTrace() - call // wxLog::AddTraceMask(TRACE_DND) to enable the trace messages from here // (there are quite a few of them, so don't enable this by default) -static const wxChar *TRACE_DND = _T("dnd"); -#endif +#define TRACE_DND _T("dnd") // global variables because GTK+ DnD want to have the // mouse event that caused it