[mythtv-commits] mythtv commit: r23765 by mdean

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Fri Mar 19 01:49:57 UTC 2010


      Author: mdean
        Date: 2010-03-19 01:49:57 +0000 (Fri, 19 Mar 2010)
New Revision: 23765
   Changeset: http://svn.mythtv.org/trac/changeset/23765

Modified:

   trunk/mythtv/libs/libmythui/mythmainwindow.cpp

Log:

Fixes fullscreen window mode.

The check for whether to make the window fullscreen added in [23578] was not working properly since the "real" (full-screen-sized) values for screen width and height were set by the time GetScreenSettings() was called, so they were no longer the full screen flag value, 0.  This changes the check to rely, instead, on the settings values, and also adds some logging output to make debugging future issues easier.

Refs #7996.  Refs #8021 (though the change may not fix Compiz, mythfrontend should now properly request fullscreen mode when appropriate).  Thanks to stuarta and EnderTheThird for reporting the issue.





More information about the mythtv-commits mailing list