make grab during draw default in e18 comp.

This commit is contained in:
Carsten Haitzler 2013-07-06 15:09:55 +09:00
parent 2530cb241e
commit cacfb9c397
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ e_comp_cfdata_config_new(void)
cfg->lock_fps = 0;
cfg->efl_sync = 0;
cfg->loose_sync = 1;
cfg->grab = 0;
cfg->grab = 1;
cfg->vsync = 1;
#ifdef ECORE_EVAS_GL_X11_OPT_SWAP_MODE
cfg->swap_mode = ECORE_EVAS_GL_X11_SWAP_MODE_AUTO;