enforce no multihead in X compositor

this hasn't worked since E17, may was well stop trying
This commit is contained in:
Mike Blumenkrantz 2015-01-05 15:26:47 -05:00
parent c61efa7c55
commit 2d580a2f87
1 changed files with 1 additions and 1 deletions

View File

@ -5127,7 +5127,7 @@ _e_comp_x_screens_setup(void)
n);
return 0;
}
for (i = 0; i < n; i++)
for (i = 0; i < 1; i++)
{
int rw, rh;
Ecore_X_Window root = roots[i];