dont comp fullscreen windows -> off by default.

SVN revision: 80627
This commit is contained in:
Carsten Haitzler 2012-12-11 03:51:45 +00:00
parent 8cfd115842
commit 762b170e75
1 changed files with 1 additions and 1 deletions

View File

@ -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;