Source/DemoBoardView.m
changeset 15 73f8c889f053
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	Wed Jul 09 17:07:45 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