[mythtv] [PATCH] Display Resolution switching (Version 3)

John Patrick Poet john at BlueSkyTours.com
Wed Aug 4 01:08:51 EDT 2004


Isaac Richards wrote:

>On Tuesday 03 August 2004 09:06 pm, John Patrick Poet wrote:
>  
>
>>Third times the charm?
>>
>>Here is version three of the Display Resolution Switching patch.  I
>>believe it addresses all of your concerns.
>>    
>>
>
>
>Indeed it does.  Thanks. =)
>
>What's:
>
>-        myWindow = new MythDialog(mainWindow, "video playback window");
>+        myWindow = new MythDialog(mainWindow, "video playback window",
>+                                  WType_TopLevel);
>
>
>for, though?
>
>  
>
Ah yes.  That can probably be removed -- although it does not hurt 
anything.  Back when I was trying to use QT to resize the window, that 
was necessary to allow the "video playback window", to be larger than 
it's parent window.  The new code uses direct X calls to resize the 
video window so QT is not involved.

John





More information about the mythtv-dev mailing list