[mythtv-commits] mythtv commit: r7271 by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Mon Sep 19 00:05:15 UTC 2005


      Author: danielk
        Date: 2005-09-19 00:05:15 +0000 (Mon, 19 Sep 2005)
New Revision: 7271
   Changeset: http://cvs.mythtv.org/trac/changeset/7271

Modified:

   trunk/mythtv/libs/libmyth/mythcontext.cpp
   trunk/mythtv/libs/libmyth/util-x11.cpp

Log:

Fixes #347.

The Xinerama config was exposed for single-server multi-screen
non-Xinerama setups due to a change in GetNumberOfXineramaScreens()
and was being used in these non-Xinerama setups. This fixes
GetNumberOfXineramaScreens() and documents it so that it's
function isn't confused with QDesktop::numScreens(). It also
uses Paul Andreassen's desktop->primaryScreen() fix so that
single-server multi-screen non-Xinerama setups work correctly.

Bigel, this may break MacOS X multi-screen setups, my 
understanding is that these work somewhat like Xinerama,
perhaps we can enable a "screen" setting on OS X?
But first I need to know, does a MacOS X multi-screen
setup ever not support Xinerama functionality?






More information about the mythtv-commits mailing list