Merge branch 'KDE/4.11'
Conflicts: kwin/main.cpp
This commit is contained in:
commit
e448a4bfc1
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue