From 31ef42826c44f859d6738fa0a4f91f9239a867f2 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 8 Jun 2012 12:06:37 +0000 Subject: [PATCH] move and doxyfy docs for ecore_x_randr_screen_primary_output_current_size_get SVN revision: 71846 --- legacy/ecore/src/lib/ecore_x/Ecore_X.h | 10 ++++++++++ legacy/ecore/src/lib/ecore_x/xlib/ecore_x_randr_11.c | 9 --------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/legacy/ecore/src/lib/ecore_x/Ecore_X.h b/legacy/ecore/src/lib/ecore_x/Ecore_X.h index a616fab220..581b32e09e 100644 --- a/legacy/ecore/src/lib/ecore_x/Ecore_X.h +++ b/legacy/ecore/src/lib/ecore_x/Ecore_X.h @@ -2819,6 +2819,16 @@ EAPI Eina_Bool EAPI Ecore_X_Randr_Screen_Size_MM * ecore_x_randr_screen_primary_output_sizes_get(Ecore_X_Window root, int *num); + +/** + * @brief get the current set size of a given screen's primary output + * @param root window which's primary output will be queried + * @param w the current size's width + * @param h the current size's height + * @param w_mm the current size's width in mm + * @param h_mm the current size's height in mm + * @param size_index of current set size to be used with ecore_x_randr_primary_output_size_set() + */ EAPI void ecore_x_randr_screen_primary_output_current_size_get(Ecore_X_Window root, int *w, diff --git a/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_randr_11.c b/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_randr_11.c index f239c026f8..7d2b3b34b5 100644 --- a/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_randr_11.c +++ b/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_randr_11.c @@ -145,15 +145,6 @@ ecore_x_randr_screen_primary_output_sizes_get(Ecore_X_Window root, #endif /* ifdef ECORE_XRANDR */ } -/* - * @brief get the current set size of a given screen's primary output - * @param root window which's primary output will be queried - * @param w the current size's width - * @param h the current size's height - * @param w_mm the current size's width in mm - * @param h_mm the current size's height in mm - * @param size_index of current set size to be used with ecore_x_randr_primary_output_size_set() - */ EAPI void ecore_x_randr_screen_primary_output_current_size_get(Ecore_X_Window root, int *w,