]> git.saurik.com Git - wxWidgets.git/commitdiff
wxMac uses wxCursors now too
authorRobin Dunn <robin@alldunn.com>
Wed, 26 Mar 2003 21:57:43 +0000 (21:57 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 26 Mar 2003 21:57:43 +0000 (21:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19823 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/clip_dnd.i

index e5547215f4ec7dbd92fee0b750ae53f3c4d2c8b3..2efd633649ff0b3aae99921ed0609afa430970ca 100644 (file)
@@ -454,7 +454,7 @@ bool wxIsDragResultOk(wxDragResult res);
 %{
 class wxPyDropSource : public wxDropSource {
 public:
-#ifdef __WXMSW__
+#ifndef __WXGTK__
      wxPyDropSource(wxWindow *win = NULL,
                     const wxCursor &copy = wxNullCursor,
                     const wxCursor &move = wxNullCursor,
@@ -480,7 +480,7 @@ IMP_PYCALLBACK_BOOL_DR(wxPyDropSource, wxDropSource, GiveFeedback);
 
 %name(wxDropSource) class wxPyDropSource {
 public:
-#ifdef __WXMSW__
+#ifndef __WXGTK__
      wxPyDropSource(wxWindow *win = NULL,
                     const wxCursor &copy = wxNullCursor,
                     const wxCursor &move = wxNullCursor,