diff --git a/mythtv/libs/libmythui/DisplayRes.cpp b/mythtv/libs/libmythui/DisplayRes.cpp
index 01e69ca..a62c901 100644
|
a
|
b
|
|
| 3 | 3 | #include "config.h" |
| 4 | 4 | #include "mythlogging.h" |
| 5 | 5 | #include "mythdb.h" |
| | 6 | #include "mythmainwindow.h" |
| 6 | 7 | |
| 7 | 8 | #ifdef USING_XRANDR |
| 8 | 9 | #include "DisplayResX.h" |
| … |
… |
bool DisplayRes::SwitchToVideo(int iwidth, int iheight, double frate)
|
| 175 | 176 | m_last = next; |
| 176 | 177 | m_last.SetRefreshRate(target_rate); |
| 177 | 178 | |
| | 179 | GetMythMainWindow()->setWindowState(Qt::WindowFullScreen); |
| | 180 | |
| 178 | 181 | LOG(VB_PLAYBACK, LOG_INFO, |
| 179 | 182 | QString("SwitchToVideo: Video size %1 x %2: \n" |
| 180 | 183 | " %7 displaying resolution %3 x %4, %5mm x %6mm") |