diff -r 6c78cc6bd7a6 -r 436cbdf56810 Source/QuartzUtils.h --- a/Source/QuartzUtils.h Thu Jul 03 17:44:30 2008 -0700 +++ b/Source/QuartzUtils.h Sat Jul 05 17:46:43 2008 -0700 @@ -50,8 +50,10 @@ CGColorRef GetCGPatternNamed( NSString *name ); #if ! TARGET_OS_IPHONE +/** Is it possible to read a CGImage from this pasteboard? */ +BOOL CanGetCGImageFromPasteboard( NSPasteboard *pb ); /** Loads image data from the pasteboard into a CGImage. */ -CGImageRef GetCGImageFromPasteboard( NSPasteboard *pb ); +CGImageRef GetCGImageFromPasteboard( NSPasteboard *pb, iddragInfo ); #endif CGImageRef CreateScaledImage( CGImageRef srcImage, CGFloat scale );