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

Made DVD Player stop if it's not playing for 5 minutes.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/PlayerFramework/CommonMediaPlayer/Media Players/DVD Framework/CMPDVDWindowCreationAction.m

    r1142 r1163  
    162162        NSRect frameRect; 
    163163        frameRect.size = [textField frame].size; 
    164         NSLog(@"Size is %fx%f", frameRect.size.width, frameRect.size.height); 
     164        //NSLog(@"Size is %fx%f", frameRect.size.width, frameRect.size.height); 
    165165        float distanceFromEdge = screenRect.size.height / 15; 
    166166        if(position == CMPDVDOverlayUpperLeft || position == CMPDVDOverlayUpperRight) 
     
    519519        //NSLog(@"Bounds is %fx%f - %fx%f", bounds.origin.x, bounds.origin.y, bounds.size.width, bounds.size.height); 
    520520        //      CGLGetCurrentContext() 
    521         NSLog(@"bounds is %fx%f-%fx%f", bounds.origin.x, bounds.origin.y, bounds.size.width, bounds.size.height); 
     521        //NSLog(@"bounds is %fx%f-%fx%f", bounds.origin.x, bounds.origin.y, bounds.size.width, bounds.size.height); 
    522522        CGRect imageBounds = bounds; 
    523523        if(bounds.size.height > 480 || bounds.size.width > 720)