Add NEWS, @since to source, and alter ChangeLog.

SVN revision: 68348
This commit is contained in:
Leif Middelschulte 2012-02-23 15:56:38 +00:00
parent b9ebf5a7df
commit a681840432
3 changed files with 13 additions and 0 deletions

View File

@ -512,3 +512,10 @@
2012-02-23 Cedric Bail
* Move to Evas buffer engine for Ecore_Evas SDL software backend.
2012-02-23 Leif Middelschulte (T_UNIX)
* Add ecore_x_randr_window_crtcs_get to get the crtcs that display a
window.
* Deprecate ecore_x_randr_current_output_get. Use
ecore_x_randr_window_crtcs_get instead.

View File

@ -18,6 +18,7 @@ Additions:
- ecore_con_url_http_version_set()
* ecore_x:
- ecore_x_randr_output_backlight_available()
- ecore_x_randr_window_crtcs_get()
* ecore_evas:
- Add Shm and Egl engines for ecore_evas to draw in Wayland.
- Add Socket and Plug to draw other process area.
@ -37,6 +38,10 @@ Improvements:
* ecore_evas:
- use Evas buffer backend for SDL software engine
Deprecations:
* ecore_x:
- ecore_x_randr_crtc_current_get()
Ecore 1.1.0
Changes since Ecore 1.0.0:

View File

@ -554,6 +554,7 @@ ecore_x_randr_current_crtc_get(Ecore_X_Window window,
* @param num the number of crtcs displaying the window
* @return array of crtcs that display a certain window. NULL if no crtcs
* was found that displays the specified window.
* @since 1.2.0
*/
EAPI Ecore_X_Randr_Crtc *
ecore_x_randr_window_crtcs_get(Ecore_X_Window window,