Source/DemoBoardView.m
changeset 11 436cbdf56810
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	Sat Jul 05 17:46:43 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