for now turn off bgpixmap support.

SVN revision: 37399
This commit is contained in:
Carsten Haitzler 2008-11-02 03:47:45 +00:00
parent 2586c28fec
commit 2620040baa
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ elm_init(int argc, char **argv)
_elm_config->thumbscroll_momentum_threshhold = 100.0;
_elm_config->thumbscroll_friction = 1.0;
_elm_config->scale = 1.0;
_elm_config->bgpixmap = 1;
_elm_config->bgpixmap = 0;
_elm_config->compositing = 1;
if ((_elm_config->engine == ELM_SOFTWARE_X11) ||