Fixed problems with iTunes 5 and repeat mode. Made it so shuffle and loop work on...
[MenuTunes.git] / StatusItemHack.h
1 /* StatusItemHack */
2
3 #import <Cocoa/Cocoa.h>
4
5 @interface NSStatusBarButton : NSButton
6 {
7 }
8 @end
9
10 @interface StatusItemHack : NSStatusBarButton
11 {
12 }
13 + (void)install;
14 @end