Some leftovers, fix: /tmp/ecore/src/lib/ecore_x/xlib/ecore_x_randr_12.c:1202: warning: The following parameters of ecore_x_randr_crtc_pos_relative_set(Ecore_X_Window root, Ecore_X_Randr_Crtc crtc_r1, Ecore_X_Randr_Crtc crtc_r2, Ecore_X_Randr_Output_Policy policy, Ecore_X_Randr_Relative_Alignment alignment) are not documented: parameter 'root' /tmp/ecore/src/lib/ecore_x/xcb/ecore_xcb_randr.c:921: warning: The following parameters of ecore_x_randr_mode_size_get(Ecore_X_Window root, Ecore_X_Randr_Mode mode, int *w, int *h) are not documented: parameter 'root' /tmp/ecore/doc/examples.dox:242: warning: unable to resolve reference to `ecore_event_example.c' for \ref command
-- Jérôme Pinot http://ngc891.blogdns.net/
Index: ecore/doc/examples.dox =================================================================== --- ecore/doc/examples.dox (revision 70117) +++ ecore/doc/examples.dox (working copy) @@ -238,7 +238,8 @@ * handlers to it, fire the event and have the callbacks called. After * finishing, we delete the event handlers so no memory will leak. * - * See the full source code for this example @ref ecore_event_example.c "here". + * See the full source code for this example @ref ecore_event_example_02.c + * "here". * * Let's start the example from the beginning: * Index: ecore/src/lib/ecore_x/xcb/ecore_xcb_randr.c =================================================================== --- ecore/src/lib/ecore_x/xcb/ecore_xcb_randr.c (revision 70117) +++ ecore/src/lib/ecore_x/xcb/ecore_xcb_randr.c (working copy) @@ -919,10 +919,12 @@ } /** - * @brief gets the width and hight of a given mode - * @param mode the mode which's size is to be looked up - * @param w width of given mode in px - * @param h height of given mode in px + * @brief Gets the width and hight of a given mode. + * + * @param root Window which's screen's ressources are queried. + * @param mode The mode which's size is to be looked up. + * @param w Width of given mode in px. + * @param h Height of given mode in px. */ EAPI void ecore_x_randr_mode_size_get(Ecore_X_Window root, Index: ecore/src/lib/ecore_x/xlib/ecore_x_randr_12.c =================================================================== --- ecore/src/lib/ecore_x/xlib/ecore_x_randr_12.c (revision 70117) +++ ecore/src/lib/ecore_x/xlib/ecore_x_randr_12.c (working copy) @@ -1202,6 +1202,7 @@ /** * @brief Sets a CRTC relative to another one. * + * @param root The root window which's default display will be set. * @param crtc_r1 The CRTC to be positioned. * @param crtc_r2 The CRTC the position should be relative to. * @param policy The relation between the crtcs.
signature.asc
Description: Digital signature
------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
