turn off efl sync and turn on grab server by default - avoid xserver

bug.



SVN revision: 74895
This commit is contained in:
Carsten Haitzler 2012-08-06 04:14:23 +00:00
parent 549b9a2599
commit 08d0d2f085
1 changed files with 2 additions and 2 deletions

View File

@ -75,9 +75,9 @@ e_mod_comp_cfdata_config_new(void)
cfg->indirect = 0;
cfg->texture_from_pixmap = 1;
cfg->lock_fps = 1;
cfg->efl_sync = 1;
cfg->efl_sync = 0;
cfg->loose_sync = 1;
cfg->grab = 0;
cfg->grab = 1;
cfg->vsync = 1;
cfg->keep_unmapped = 1;
cfg->send_flush = 1; // implement