set win to 0 - in case

SVN revision: 46684
This commit is contained in:
Carsten Haitzler 2010-03-01 12:01:57 +00:00
parent c76d28e4d2
commit 4d33962b8c
1 changed files with 1 additions and 0 deletions

View File

@ -1704,6 +1704,7 @@ _ecore_evas_x_alpha_set(Ecore_Evas *ee, int alpha)
ee->alpha = alpha;
ecore_x_window_free(ee->prop.window);
ecore_event_window_unregister(ee->prop.window);
ee->prop.window = 0;
einfo->info.destination_alpha = alpha;