[mythtv-commits] mythtv commit: r13435 by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Tue May 8 17:58:04 UTC 2007


      Author: danielk
        Date: 2007-05-08 17:58:04 +0000 (Tue, 08 May 2007)
New Revision: 13435
   Changeset: http://cvs.mythtv.org/trac/changeset/13435

Modified:

   trunk/mythtv/libs/libmythtv/videoout_xv.cpp

Log:

Refs #3410. Works around a bug where the VideoOutputXV::DrawUnusedRects() would draw in the wrong place in the EPG.

XFillRectangle is being called with the correct coordinates, and this works when DrawUnusedRects() is the first time in the EPG, but when it is drawn when the EPG is in the wrong part of its event loop it gets offset. DrawUnusedRects() doesn't really do anything unless the aspect ratio or resolution of the video changes, and then it just leaves a little chaff.




More information about the mythtv-commits mailing list