diff --git a/gdk/macos/GdkMacosWindow.c b/gdk/macos/GdkMacosWindow.c index 0eb1ec7ca8..36964391b3 100644 --- a/gdk/macos/GdkMacosWindow.c +++ b/gdk/macos/GdkMacosWindow.c @@ -576,6 +576,8 @@ typedef NSString *CALayerContentsGravity; initialResizeLocation = convert_nspoint_to_screen (self, [self mouseLocationOutsideOfEventStream]); } +// NSDraggingDestination protocol + -(NSDragOperation)draggingEntered:(id )sender { NSPoint location = [sender draggingLocation]; @@ -665,9 +667,9 @@ typedef NSString *CALayerContentsGravity; return NO; } --(void)draggedImage:(NSImage *)anImage endedAt:(NSPoint)aPoint operation:(NSDragOperation)operation -{ -} +// NSDraggingSource protocol +// ... +// end -(void)setStyleMask:(NSWindowStyleMask)styleMask {