diff --git a/legacy/ecore/ChangeLog b/legacy/ecore/ChangeLog index 11dd61eaba..0a2a06b9a0 100644 --- a/legacy/ecore/ChangeLog +++ b/legacy/ecore/ChangeLog @@ -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. diff --git a/legacy/ecore/NEWS b/legacy/ecore/NEWS index 79f331880f..923957762d 100644 --- a/legacy/ecore/NEWS +++ b/legacy/ecore/NEWS @@ -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: diff --git a/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_randr_12.c b/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_randr_12.c index 606ccf4da9..13fdf5b99e 100644 --- a/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_randr_12.c +++ b/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_randr_12.c @@ -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,