Show
Ignore:
Timestamp:
02/18/10 16:12:23 (2 years ago)
Author:
gbooker
Message:

Made playhead smaller to be more consistent with Apple's, made blue color lighter, made elapsed and duration text white, and fixed test routine for new init routine.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/PlayerFramework/CommonMediaPlayer/debug_main.m

    r1095 r1142  
    6969        NSApplicationLoad(); 
    7070         
    71 #if 0 
    72         CMPDVDPlayerPlayHead *playhead = [[CMPDVDPlayerPlayHead alloc] initWithContentRect:NSMakeRect(0, 0, 1440, 900) position:CMPDVDOverlayLowerLeft overWindow:0]; 
     71#if 1 
     72        CMPDVDPlayerPlayHead *playhead = [[CMPDVDPlayerPlayHead alloc] initWithContentRect:NSMakeRect(0, 0, 1440, 900) overWindow:0]; 
    7373         
    7474        [playhead setPlayer:[[something alloc] init]]; 
     
    7676#endif 
    7777         
     78#if 0 
    7879        NSArray *items = [NSArray arrayWithObjects:@"Resume Playback", @"Start From Beginning", @"Main Menu", nil]; 
    7980        CMPDVDBlurredMenu *menu = [[CMPDVDBlurredMenu alloc] initWithItems:items contentRect:NSMakeRect(0, 0, 1440, 900) overWindow:0]; 
     
    8182         
    8283        [NSTimer scheduledTimerWithTimeInterval:.2 target:[[something alloc] init] selector:@selector(randomDirection:) userInfo:menu repeats:YES]; 
     84#endif 
    8385                 
    8486        NSRunLoop *currentRL = [NSRunLoop currentRunLoop];