lets not deprecate stable 1.0 api's just yet shall we? maybe wait a
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 24 Feb 2012 00:47:13 +0000 (00:47 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 24 Feb 2012 00:47:13 +0000 (00:47 +0000)
few years before we start on that?

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@68368 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_x/Ecore_X.h
src/lib/ecore_x/xcb/ecore_xcb_randr.c
src/lib/ecore_x/xlib/ecore_x_randr_12.c

index d5aec6f..7dc40cd 100644 (file)
@@ -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 *
index 52c4f80..81a7c3f 100644 (file)
@@ -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)
 {
index 1f4d1be..2ad0dad 100644 (file)
@@ -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)
 {