From: Robin Dunn Date: Wed, 26 Mar 2003 21:57:43 +0000 (+0000) Subject: wxMac uses wxCursors now too X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e0fb15a1c33dce3a1aed3beb59f5471489795067?ds=inline wxMac uses wxCursors now too git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19823 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/clip_dnd.i b/wxPython/src/clip_dnd.i index e5547215f4..2efd633649 100644 --- a/wxPython/src/clip_dnd.i +++ b/wxPython/src/clip_dnd.i @@ -454,7 +454,7 @@ bool wxIsDragResultOk(wxDragResult res); %{ class wxPyDropSource : public wxDropSource { public: -#ifdef __WXMSW__ +#ifndef __WXGTK__ wxPyDropSource(wxWindow *win = NULL, const wxCursor © = 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 © = wxNullCursor, const wxCursor &move = wxNullCursor,