Source/QuartzUtils.h
changeset 26 e7a464fb6d39
parent 10 6c78cc6bd7a6
     1.1 --- a/Source/QuartzUtils.h	Thu Jul 03 17:44:30 2008 -0700
     1.2 +++ b/Source/QuartzUtils.h	Sun Jan 11 00:02:27 2009 -0800
     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 );