projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
wxPaletteBase introduction. wxPalette::GetColoursCount() in interface of all platform...
[wxWidgets.git]
/
src
/
mac
/
carbon
/
dnd.cpp
diff --git
a/src/mac/carbon/dnd.cpp
b/src/mac/carbon/dnd.cpp
index 53b046c2fb80f24fa9c2ade6054aff8264336c9a..c4f3c8cf63bc1b9e9f22edc4eafb5e544123716f 100644
(file)
--- a/
src/mac/carbon/dnd.cpp
+++ b/
src/mac/carbon/dnd.cpp
@@
-329,7
+329,7
@@
wxDragResult wxDropSource::DoDragDrop(int WXUNUSED(flags))
OSErr err = noErr;
CInfoPBRec cat;
OSErr err = noErr;
CInfoPBRec cat;
- wxMacFilename2FSSpec(
dataPtr
, &theFlavor.fileSpec ) ;
+ wxMacFilename2FSSpec(
wxString( dataPtr , *wxConvCurrent )
, &theFlavor.fileSpec ) ;
cat.hFileInfo.ioNamePtr = theFlavor.fileSpec.name;
cat.hFileInfo.ioVRefNum = theFlavor.fileSpec.vRefNum;
cat.hFileInfo.ioNamePtr = theFlavor.fileSpec.name;
cat.hFileInfo.ioVRefNum = theFlavor.fileSpec.vRefNum;
@@
-479,7
+479,7
@@
pascal OSErr wxMacWindowDragTrackingHandler(DragTrackingMessage theMessage, Wind
// if (attributes & kDragHasLeftSenderWindow)
{
// if (attributes & kDragHasLeftSenderWindow)
{
- wxPoint point(localMouse.h , localMouse.v) ;
+
//
wxPoint point(localMouse.h , localMouse.v) ;
wxWindow *win = NULL ;
ControlPartCode controlPart ;
ControlRef control = wxMacFindControlUnderMouse( localMouse ,
wxWindow *win = NULL ;
ControlPartCode controlPart ;
ControlRef control = wxMacFindControlUnderMouse( localMouse ,