#include "wx/app.h"
#include "wx/utils.h"
#include "wx/window.h"
+ #include "wx/gdicmn.h"
#endif
-#include "wx/gdicmn.h"
-
#include <X11/Xlib.h>
// ----------------------------------------------------------------------------
{
#if 0
m_window = win;
- m_data = (wxDataObject *) NULL;
+ m_data = NULL;
m_retValue = wxDragCancel;
m_defaultCursor = wxCursor( wxCURSOR_NO_ENTRY );