git.ithinksw.org
/
MenuTunes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed the F13 key equivalent. Was showing up as F3
[MenuTunes.git]
/
iTunesRemote.h
diff --git
a/iTunesRemote.h
b/iTunesRemote.h
index
9408c63
..
36198ab
100755
(executable)
--- a/
iTunesRemote.h
+++ b/
iTunesRemote.h
@@
-1,20
+1,22
@@
//
//
-// iTunesRemote.h
+// iTunesRemote
Control
.h
// MenuTunes
//
// MenuTunes
//
-// Created by
Joseph Spiros on Sat Sep 06
2003.
-// Copyright (c) 2003
__MyCompanyName__
. All rights reserved.
+// Created by
Matt L. Judy on Sun Jan 05
2003.
+// Copyright (c) 2003
NibFile.com
. All rights reserved.
//
//
+
#import <Cocoa/Cocoa.h>
#import <Carbon/Carbon.h>
#import <Cocoa/Cocoa.h>
#import <Carbon/Carbon.h>
-
#import <ITMTRemote/ITMTRemote.h>
#import <ITMTRemote/ITMTRemote.h>
+#import <ITFoundation/ITFoundation.h>
-@interface iTunesRemote : ITMTRemote <ITMTRemote> {
- ProcessSerialNumber _currentPSN;
- iTunesPlayer _player;
- BOOL _activated;
+@interface iTunesRemote : ITMTRemote <ITMTRemote>
+{
+ ProcessSerialNumber savedPSN;
}
- (ProcessSerialNumber)iTunesPSN;
}
- (ProcessSerialNumber)iTunesPSN;
+- (NSString*)formatTimeInSeconds:(long)seconds;
+- (NSString*)zeroSixty:(int)seconds;
@end
@end