Source/QuartzUtils.h
changeset 13 db7bb080c3d5
parent 10 6c78cc6bd7a6
     1.1 --- a/Source/QuartzUtils.h	Thu Jul 03 17:44:30 2008 -0700
     1.2 +++ b/Source/QuartzUtils.h	Tue Jul 08 13:12:01 2008 -0700
     1.3 @@ -50,8 +50,10 @@
     1.4  CGColorRef GetCGPatternNamed( NSString *name );
     1.5  
     1.6  #if ! TARGET_OS_IPHONE
     1.7 +/** Is it possible to read a CGImage from this pasteboard? */
     1.8 +BOOL CanGetCGImageFromPasteboard( NSPasteboard *pb );
     1.9  /** Loads image data from the pasteboard into a CGImage. */
    1.10 -CGImageRef GetCGImageFromPasteboard( NSPasteboard *pb );
    1.11 +CGImageRef GetCGImageFromPasteboard( NSPasteboard *pb, id<NSDraggingInfo>dragInfo );
    1.12  #endif
    1.13  
    1.14  CGImageRef CreateScaledImage( CGImageRef srcImage, CGFloat scale );