From e94f19333bdc19213563a02792b812013a2c5209 Mon Sep 17 00:00:00 2001 From: Leif Middelschulte Date: Thu, 23 Feb 2012 18:22:39 +0000 Subject: [PATCH] It is only deprecated, therefore must exist. SVN revision: 68360 --- .../ecore/src/lib/ecore_x/xcb/ecore_xcb_randr.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/legacy/ecore/src/lib/ecore_x/xcb/ecore_xcb_randr.c b/legacy/ecore/src/lib/ecore_x/xcb/ecore_xcb_randr.c index b7ba574ec7..6287279072 100644 --- a/legacy/ecore/src/lib/ecore_x/xcb/ecore_xcb_randr.c +++ b/legacy/ecore/src/lib/ecore_x/xcb/ecore_xcb_randr.c @@ -2373,6 +2373,22 @@ ecore_x_randr_screen_current_size_set(Ecore_X_Window root, return ret; } +/* + * @depricated bad naming. Use ecore_x_randr_window_outputs_get instead. + * @brief get the outputs, which display a certain window + * @param window window the displaying outputs shall be found for + * @param num the number of outputs displaying the window + * @return array of outputs that display a certain window. NULL if no outputs + * was found that displays the specified window. + */ + +EINA_DEPRECATED EAPI Ecore_X_Randr_Output * +ecore_x_randr_current_output_get(Ecore_X_Window window, + int *num) +{ + return ecore_x_randr_window_outputs_get(window, num); +} + /* * @brief get the outputs, which display a certain window * @param window window the displaying outputs shall be found for