[mythtv] [patch] have mythepg and mythtv honor geometry and windowed settings

Wayne A. Hogue II mythtv at chiphead.net
Tue Jan 13 20:39:55 EST 2004


SMall one liners to have mythepg and mythtv honor the geometry settings 
and wether to be windowed or full screen settings.

-Wayne
-------------- next part --------------
Index: main.cpp
===================================================================
RCS file: /var/lib/mythcvs/mythtv/programs/mythepg/main.cpp,v
retrieving revision 1.27
diff -b -B -d -u -w -r1.27 main.cpp
--- main.cpp	27 Nov 2003 06:51:05 -0000	1.27
+++ main.cpp	14 Jan 2004 01:36:43 -0000
@@ -35,7 +35,7 @@
     gContext->LoadQtConfig();
 
     MythMainWindow *mainWindow = new MythMainWindow();
-    mainWindow->Show();
+    mainWindow->Init();
     gContext->SetMainWindow(mainWindow);
 
     TV::InitKeys();
-------------- next part --------------
Index: main.cpp
===================================================================
RCS file: /var/lib/mythcvs/mythtv/programs/mythtv/main.cpp,v
retrieving revision 1.27
diff -b -B -d -u -w -r1.27 main.cpp
--- main.cpp	26 Nov 2003 21:43:02 -0000	1.27
+++ main.cpp	14 Jan 2004 01:37:00 -0000
@@ -50,7 +50,7 @@
     }
 
     MythMainWindow *mainWindow = new MythMainWindow();
-    mainWindow->Show();
+    mainWindow->Init();
     gContext->SetMainWindow(mainWindow);
 
     TV::InitKeys();


More information about the mythtv-dev mailing list