]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/dnd.cpp
title-less windows also for windows
[wxWidgets.git] / src / mac / dnd.cpp
index 33ad69d413848af188e4a2af7eda7b3915f47bbf..5369a1cf3471f3c88857debb8051484ebac96487 100644 (file)
@@ -490,8 +490,9 @@ pascal OSErr wxMacWindowDragTrackingHandler(DragTrackingMessage theMessage, Wind
     return(noErr);
 }
 
-pascal OSErr wxMacWindowDragReceiveHandler(WindowPtr theWindow, void *handlerRefCon,
-DragReference theDrag)
+pascal OSErr wxMacWindowDragReceiveHandler(WindowPtr theWindow,
+                                           void *handlerRefCon,
+                                           DragReference theDrag)
 { 
     MacTrackingGlobals* trackingGlobals = (MacTrackingGlobals*) handlerRefCon;
     if ( trackingGlobals->m_currentTarget )