use 10.4's animation code for the drag overlay's fades

This commit is contained in:
Mitchell Livingston
2007-05-21 21:07:47 +00:00
parent 9ed0d168e7
commit 8477672f73
3 changed files with 25 additions and 73 deletions

View File

@@ -29,12 +29,13 @@
{
tr_handle_t * fLib;
NSTimer * fFadeInTimer, * fFadeOutTimer;
//NSTimer * fFadeInTimer, * fFadeOutTimer;
NSViewAnimation * fFadeInAnimation, * fFadeOutAnimation;
}
- (void) setFiles: (NSArray *) files;
- (void) setURL: (NSString *) url;
- (void) closeFadeOut;
- (void) fadeOut;
@end