princeamd pushed a commit to branch ecore-1.7.
commit 07f2be4ee1e37cd6cea66733cb8e3772b68f2b54
Author: Christopher Michael <[email protected]>
Date: Wed Jan 30 10:18:41 2013 +0000
Backport: d2a5654 :: Fix randr 1.4 function declarations to be sane (match
rest of efl): There is no point in returning a rectangle if we are filling in
the x, y, w, h params also. That's just stupidness.
Signed-off-by: Christopher Michael <[email protected]>
SVN revision: 83470
Signed-off-by: Deon Thomas <[email protected]>
---
src/lib/ecore_x/Ecore_X.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/lib/ecore_x/Ecore_X.h b/src/lib/ecore_x/Ecore_X.h
index e96ba60..e23446a 100644
--- a/src/lib/ecore_x/Ecore_X.h
+++ b/src/lib/ecore_x/Ecore_X.h
@@ -2092,11 +2092,11 @@ EAPI Eina_Bool
ecore_x_randr_output_signal_forma
EAPI Ecore_X_Randr_Signal_Property
*ecore_x_randr_output_signal_properties_get(Ecore_X_Window root,
Ecore_X_Randr_Output output, int *num);
EAPI int
ecore_x_randr_output_connector_number_get(Ecore_X_Window root,
Ecore_X_Randr_Output output);
EAPI Ecore_X_Randr_Connector_Type
ecore_x_randr_output_connector_type_get(Ecore_X_Window root,
Ecore_X_Randr_Output output);
-EAPI Eina_Rectangle
*ecore_x_randr_crtc_panning_area_get(Ecore_X_Window root, Ecore_X_Randr_Crtc
crtc, int *x, int *y, int *w, int *h); /**< @since 1.8 */
+EAPI void
ecore_x_randr_crtc_panning_area_get(Ecore_X_Window root, Ecore_X_Randr_Crtc
crtc, int *x, int *y, int *w, int *h); /**< @since 1.8 */
EAPI Eina_Bool
ecore_x_randr_crtc_panning_area_set(Ecore_X_Window root, Ecore_X_Randr_Crtc
crtc, const int x, const int y, const int w, const int h); /**< @since 1.8 */
-EAPI Eina_Rectangle
*ecore_x_randr_crtc_tracking_area_get(Ecore_X_Window root, Ecore_X_Randr_Crtc
crtc, int *x, int *y, int *w, int *h); /**< @since 1.8 */
+EAPI void
ecore_x_randr_crtc_tracking_area_get(Ecore_X_Window root, Ecore_X_Randr_Crtc
crtc, int *x, int *y, int *w, int *h); /**< @since 1.8 */
EAPI Eina_Bool
ecore_x_randr_crtc_tracking_area_set(Ecore_X_Window root, Ecore_X_Randr_Crtc
crtc, const int x, const int y, const int w, const int h); /**< @since 1.8 */
-EAPI Eina_Rectangle
*ecore_x_randr_crtc_border_area_get(Ecore_X_Window root, Ecore_X_Randr_Crtc
crtc); /**< @since 1.8 */
+EAPI void
ecore_x_randr_crtc_border_area_get(Ecore_X_Window root, Ecore_X_Randr_Crtc
crtc, int *x, int *y, int *w, int *h); /**< @since 1.8 */
EAPI Eina_Bool
ecore_x_randr_crtc_border_area_set(Ecore_X_Window root, Ecore_X_Randr_Crtc
crtc, const int left, const int top, const int right, const int bottom); /**<
@since 1.8 */
/* XRender Support (horrendously incomplete) */
--
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:
Build for Windows Store.
http://p.sf.net/sfu/windows-dev2dev