projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
wxRichTextCtrl native caret now flashes, for wxMac/Core Graphics mode
[wxWidgets.git]
/
src
/
motif
/
dnd.cpp
diff --git
a/src/motif/dnd.cpp
b/src/motif/dnd.cpp
index 8cb7763047f3f6a6d5d77388c12218f7fadaab60..cba4d6c9da83df1c0200dffd58367d5fcdaedb02 100644
(file)
--- a/
src/motif/dnd.cpp
+++ b/
src/motif/dnd.cpp
@@
-20,10
+20,9
@@
#include "wx/app.h"
#include "wx/utils.h"
#include "wx/window.h"
#include "wx/app.h"
#include "wx/utils.h"
#include "wx/window.h"
+ #include "wx/gdicmn.h"
#endif
#endif
-#include "wx/gdicmn.h"
-
#include <X11/Xlib.h>
// ----------------------------------------------------------------------------
#include <X11/Xlib.h>
// ----------------------------------------------------------------------------
@@
-130,7
+129,7
@@
wxDropSource::wxDropSource( wxWindow *win )
{
#if 0
m_window = win;
{
#if 0
m_window = win;
- m_data =
(wxDataObject *)
NULL;
+ m_data = NULL;
m_retValue = wxDragCancel;
m_defaultCursor = wxCursor( wxCURSOR_NO_ENTRY );
m_retValue = wxDragCancel;
m_defaultCursor = wxCursor( wxCURSOR_NO_ENTRY );