diff --git a/src/modules/comp/e_mod_comp_cfdata.c b/src/modules/comp/e_mod_comp_cfdata.c index b7d11d463..94c4eb328 100644 --- a/src/modules/comp/e_mod_comp_cfdata.c +++ b/src/modules/comp/e_mod_comp_cfdata.c @@ -88,7 +88,7 @@ e_mod_comp_cfdata_config_new(void) cfg->keep_unmapped = 1; cfg->send_flush = 1; // implement cfg->send_dump = 1; // implement - cfg->nocomp_fs = 1; // buggy + cfg->nocomp_fs = 0; // buggy cfg->smooth_windows = 0; // 1 if gl, 0 if not cfg->first_draw_delay = 0.15;