Ecore: Updated ChangeLog from Robert's patch.

SVN revision: 71454
This commit is contained in:
Christopher Michael 2012-05-28 12:25:04 +00:00
parent 74a4a3ff81
commit 925c4b2ff0
1 changed files with 8 additions and 1 deletions

View File

@ -680,10 +680,17 @@
* Fix ecore mainloop issue if you begin the mainloop, keep a
timer around, quit mainloop, then start it again expecting the timer
to keep ticking off. also happens to be an issuw with
to keep ticking off. also happens to be an issue with
iterating the mainloop.
2012-05-25 ChunEon Park (Hermet)
* Changed ecore_x_error_get() return type to Ecore_X_Error_Code from
int
2012-05-25 Rob Bradford
* Make ecore_{software_x11, software_x11_8, software_x11_16, wayland,
directfb}_window_get return 0 if the Ecore_Evas was not created with
the appropriate constructor.