[mythtv-commits] mythtv commit: r22168 by cpinkham

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Fri Oct 2 03:28:56 UTC 2009


      Author: cpinkham
        Date: 2009-10-02 03:28:56 +0000 (Fri, 02 Oct 2009)
New Revision: 22168
   Changeset: http://cvs.mythtv.org/trac/changeset/22168

Modified:

   trunk/mythtv/libs/libmythui/mythpainter_qt.cpp

Log:

Fix the QPixmap handling in MythQtImage so that the QPixmap
is only touched from the main UI thread.  QPixmap uses some
X calls which should not be accessed from threads other than
the main UI thread.

m_bRegenPixmap, NeedsRegen(), and RegeneratePixmap() by Isaac Richards.

Conversion from "QPixmap m_Pixmap" to "QPixmap *m_Pixmap" by me.






More information about the mythtv-commits mailing list