X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/88a7a4e10ed18f81a576dcd866cfbf02bf404c00..76e7cfab8fdb0c7862fd07e427af54181717fc62:/src/x11/dnd.cpp diff --git a/src/x11/dnd.cpp b/src/x11/dnd.cpp index 7589082fc5..a3e5e5d320 100644 --- a/src/x11/dnd.cpp +++ b/src/x11/dnd.cpp @@ -2,7 +2,6 @@ // Name: src/x11/dnd.cpp // Purpose: wxDropTarget, wxDropSource classes // Author: Julian Smart -// Id: $Id$ // Copyright: (c) 1998 Julian Smart // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -20,14 +19,13 @@ #ifndef WX_PRECOMP #include "wx/intl.h" + #include "wx/log.h" + #include "wx/app.h" + #include "wx/utils.h" + #include "wx/window.h" + #include "wx/gdicmn.h" #endif -#include "wx/window.h" -#include "wx/app.h" -#include "wx/gdicmn.h" -#include "wx/utils.h" -#include "wx/log.h" - #include // ---------------------------------------------------------------------------- @@ -134,7 +132,7 @@ wxDropSource::wxDropSource( wxWindow *win ) { #if 0 m_window = win; - m_data = (wxDataObject *) NULL; + m_data = NULL; m_retValue = wxDragCancel; m_defaultCursor = wxCursor( wxCURSOR_NO_ENTRY ); @@ -184,7 +182,7 @@ wxDragResult wxDropSource::DoDragDrop( int WXUNUSED(flags) ) UnregisterWindow(); - g_blockEventsOnDrag = FALSE; + g_blockEventsOnDrag = false; return m_retValue; #endif