Skip to content

Commit 47d7c77

Browse files
Fixes #9233. Refs #7408. Re-enables WindowResized().
We traded a one small bug for two others just prior to 0.24.
1 parent 1824969 commit 47d7c77

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mythtv/libs/libmythtv/videoout_xv.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ void VideoOutputXv::WindowResized(const QSize &new_size)
220220
// switching. Disabling for 0.24 as this is the only videooutput class
221221
// that implements this method
222222
// see http://cvs.mythtv.org/trac/ticket/7408
223-
/*
224223
QMutexLocker locker(&global_lock);
225224

226225
window.SetDisplayVisibleRect(QRect(QPoint(0, 0), new_size));
@@ -234,7 +233,6 @@ void VideoOutputXv::WindowResized(const QSize &new_size)
234233
((float)display_dim.width()) / display_dim.height());
235234

236235
MoveResize();
237-
*/
238236
}
239237

240238
// documented in videooutbase.cpp

0 commit comments

Comments
 (0)