diff --git a/src/bin/e_comp_x.c b/src/bin/e_comp_x.c index c1474971e..37227564e 100644 --- a/src/bin/e_comp_x.c +++ b/src/bin/e_comp_x.c @@ -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];