Merge branch 'KDE/4.11'

Conflicts:
	kwin/main.cpp
This commit is contained in:
Martin Gräßlin 2013-09-26 07:54:51 +02:00
commit e448a4bfc1

View file

@ -409,7 +409,7 @@ KDE_EXPORT int kdemain(int argc, char * argv[])
if (!multiHead.isEmpty()) {
return (multiHead.toLower() == "true");
}
return false;
return true;
};
if (number_of_screens != 1 && isMultiHead()) {
KWin::is_multihead = true;