pid++ for evas gl x11 windows!

SVN revision: 45438
This commit is contained in:
Carsten Haitzler 2010-01-22 11:15:58 +00:00
parent abb6c09cd6
commit 29645ed5b2
1 changed files with 1 additions and 0 deletions

View File

@ -125,6 +125,7 @@ _ecore_evas_x_gl_window_new(Ecore_Evas *ee, Ecore_X_Window parent, int x, int y,
einfo->info.drawable = win;
einfo->info.depth = einfo->func.best_depth_get(ecore_x_display_get(), screen);
evas_engine_info_set(ee->evas, (Evas_Engine_Info *)einfo);
ecore_x_window_defaults_set(win);
}
else
{