From 9707e23024b9b31746a1a77d4cb67fbf98b1023f Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Tue, 22 Jan 2013 11:41:13 +0000 Subject: [PATCH] reenable nocomp_fs by default now that it's fixed SVN revision: 83078 --- src/bin/e_comp_cfdata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_comp_cfdata.c b/src/bin/e_comp_cfdata.c index 86c93ee1a..8074f947d 100644 --- a/src/bin/e_comp_cfdata.c +++ b/src/bin/e_comp_cfdata.c @@ -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;