Skip to content

Commit

Permalink
Fixes #9233. Refs #7408. Re-enables WindowResized().
Browse files Browse the repository at this point in the history
We traded a one small bug for two others just prior to 0.24.
  • Loading branch information
daniel-kristjansson committed Feb 28, 2012
1 parent 1824969 commit 47d7c77
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mythtv/libs/libmythtv/videoout_xv.cpp
Expand Up @@ -220,7 +220,6 @@ void VideoOutputXv::WindowResized(const QSize &new_size)
// switching. Disabling for 0.24 as this is the only videooutput class
// that implements this method
// see http://cvs.mythtv.org/trac/ticket/7408
/*
QMutexLocker locker(&global_lock);

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

MoveResize();
*/
}

// documented in videooutbase.cpp
Expand Down

0 comments on commit 47d7c77

Please sign in to comment.