reenable nocomp_fs by default now that it's fixed

SVN revision: 83078
This commit is contained in:
Mike Blumenkrantz 2013-01-22 11:41:13 +00:00
parent 6d4ccf159c
commit 9707e23024
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ e_comp_cfdata_config_new(void)
cfg->keep_unmapped = 1;
cfg->send_flush = 1; // implement
cfg->send_dump = 1; // implement
cfg->nocomp_fs = 0; // buggy
cfg->nocomp_fs = 1;
cfg->smooth_windows = 0; // 1 if gl, 0 if not
cfg->first_draw_delay = 0.15;