From: raster Date: Fri, 24 Feb 2012 00:47:13 +0000 (+0000) Subject: lets not deprecate stable 1.0 api's just yet shall we? maybe wait a X-Git-Tag: 2.0_alpha~68^2~30 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=783e5e3dc290e79624487ca8ee94c0ba371df06b;p=framework%2Fuifw%2Fecore.git lets not deprecate stable 1.0 api's just yet shall we? maybe wait a few years before we start on that? git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@68368 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/ecore_x/Ecore_X.h b/src/lib/ecore_x/Ecore_X.h index d5aec6f..7dc40cd 100644 --- a/src/lib/ecore_x/Ecore_X.h +++ b/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/src/lib/ecore_x/xcb/ecore_xcb_randr.c b/src/lib/ecore_x/xcb/ecore_xcb_randr.c index 52c4f80..81a7c3f 100644 --- a/src/lib/ecore_x/xcb/ecore_xcb_randr.c +++ b/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/src/lib/ecore_x/xlib/ecore_x_randr_12.c b/src/lib/ecore_x/xlib/ecore_x_randr_12.c index 1f4d1be..2ad0dad 100644 --- a/src/lib/ecore_x/xlib/ecore_x_randr_12.c +++ b/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) {