and direct resize there too

SVN revision: 14044
This commit is contained in:
Carsten Haitzler 2005-03-31 15:40:31 +00:00
parent ce7f854ec7
commit dc67937b34
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ e_container_new(E_Manager *man)
}
con->bg_ecore_evas = ecore_evas_software_x11_new(NULL, con->win, 0, 0, con->w, con->h);
ecore_evas_override_set(con->bg_ecore_evas, 1);
ecore_evas_software_x11_direct_resize_set(con->bg_ecore_evas, 1);
e_canvas_add(con->bg_ecore_evas);
con->bg_evas = ecore_evas_get(con->bg_ecore_evas);
con->bg_win = ecore_evas_software_x11_window_get(con->bg_ecore_evas);