From e6bf1ab1b8534667ad32c74ead255e6823d0f0bf Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Fri, 24 Feb 2012 00:47:13 +0000 Subject: [PATCH] lets not deprecate stable 1.0 api's just yet shall we? maybe wait a few years before we start on that? SVN revision: 68368 --- legacy/ecore/src/lib/ecore_x/Ecore_X.h | 4 ++-- legacy/ecore/src/lib/ecore_x/xcb/ecore_xcb_randr.c | 4 ++-- legacy/ecore/src/lib/ecore_x/xlib/ecore_x_randr_12.c | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/legacy/ecore/src/lib/ecore_x/Ecore_X.h b/legacy/ecore/src/lib/ecore_x/Ecore_X.h index d5aec6fa4e..7dc40cdb04 100644 --- a/legacy/ecore/src/lib/ecore_x/Ecore_X.h +++ b/legacy/ecore/src/lib/ecore_x/Ecore_X.h @@ -2767,13 +2767,13 @@ EAPI Ecore_X_Randr_Output *ecore_x_randr_outputs_get(Ecore_X_Window root, EAPI Ecore_X_Randr_Output * ecore_x_randr_window_outputs_get(Ecore_X_Window window, int *num); -EINA_DEPRECATED EAPI Ecore_X_Randr_Output * +EAPI Ecore_X_Randr_Output * ecore_x_randr_current_output_get(Ecore_X_Window window, int *num); EAPI Ecore_X_Randr_Crtc * ecore_x_randr_window_crtcs_get(Ecore_X_Window window, int *num); -EINA_DEPRECATED EAPI Ecore_X_Randr_Crtc * +EAPI Ecore_X_Randr_Crtc * ecore_x_randr_current_crtc_get(Ecore_X_Window window, int *num); EAPI Ecore_X_Randr_Output * 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 52c4f80820..81a7c3fd07 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 @@ -1567,7 +1567,7 @@ ecore_x_randr_crtcs_get(Ecore_X_Window root, * @return array of CRTCs that display a certain window. NULL if no CRTCs * was found that displays the specified window. */ -EINA_DEPRECATED EAPI Ecore_X_Randr_Crtc * +EAPI Ecore_X_Randr_Crtc * ecore_x_randr_current_crtc_get(Ecore_X_Window window, int *num) { @@ -2382,7 +2382,7 @@ ecore_x_randr_screen_current_size_set(Ecore_X_Window root, * was found that displays the specified window. */ -EINA_DEPRECATED EAPI Ecore_X_Randr_Output * +Ecore_X_Randr_Output * ecore_x_randr_current_output_get(Ecore_X_Window window, int *num) { 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 1f4d1bef8e..2ad0dadcec 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 @@ -541,7 +541,7 @@ ecore_x_randr_crtcs_get(Ecore_X_Window root, * @return array of crtcs that display a certain window. NULL if no crtcs * was found that displays the specified window. */ -EINA_DEPRECATED EAPI Ecore_X_Randr_Crtc * +EAPI Ecore_X_Randr_Crtc * ecore_x_randr_current_crtc_get(Ecore_X_Window window, int *num) { @@ -2351,7 +2351,7 @@ _ecore_x_randr_current_output_get_fail: * was found that displays the specified window. */ -EINA_DEPRECATED EAPI Ecore_X_Randr_Output * +EAPI Ecore_X_Randr_Output * ecore_x_randr_current_output_get(Ecore_X_Window window, int *num) {