* Fix possible problems with other subsystems depending on X11 display

being closed (XCloseDisplay not close() on socket fd).



SVN revision: 70615
This commit is contained in:
Carsten Haitzler 2012-05-02 08:29:11 +00:00
parent c5af5517e7
commit 7641bc3c68
2 changed files with 7 additions and 2 deletions

View File

@ -9,10 +9,15 @@
* Genlist : Realize move items during tree effect only when the item is
not in the queue.
2012-04-30 Jérôme Pinot
2012-04-30 Jérôme Pinot
* Add missing files in the tarballs.
2012-05-02 Cedric Bail
* Do less allocation and reuse much more Evas_Map.
2012-05-02 Carsten Haitzler (The Rasterman)
* Fix possible problems with other subsystems depending on X11 display
being closed (XCloseDisplay not close() on socket fd).

View File

@ -2054,7 +2054,7 @@ _elm_config_sub_shutdown(void)
#undef ENGINE_COMPARE
{
#ifdef HAVE_ELEMENTARY_X
ecore_x_disconnect();
ecore_x_shutdown();
#endif
}
}