changeset 13 | db7bb080c3d5 |
parent 10 | 6c78cc6bd7a6 |
child 17 | ccc5ed68222d |
1.1 --- a/Source/DemoBoardView.m Thu Jul 03 17:44:30 2008 -0700 1.2 +++ b/Source/DemoBoardView.m Tue Jul 08 13:12:01 2008 -0700 1.3 @@ -79,6 +79,7 @@ 1.4 { 1.5 srandomdev(); 1.6 1.7 + // BoardView supports receiving dragged images, but you have to register for them: 1.8 [self registerForDraggedTypes: [NSImage imagePasteboardTypes]]; 1.9 [self registerForDraggedTypes: [NSArray arrayWithObject: NSFilenamesPboardType]]; 1.10