Enlightenment CVS committal Author : pfritz Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/lib Modified Files: ewl_button.c Log Message: formatting =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_button.c,v retrieving revision 1.48 retrieving revision 1.49 diff -u -3 -r1.48 -r1.49 --- ewl_button.c 24 Mar 2007 23:25:43 -0000 1.48 +++ ewl_button.c 25 Mar 2007 01:41:54 -0000 1.49 @@ -13,7 +13,8 @@ NULL }; -static Ewl_Widget *ewl_button_view_cb_widget_fetch(void *data, int row, int col); +static Ewl_Widget *ewl_button_view_cb_widget_fetch(void *data, int row, + int col); static Ewl_Widget *ewl_button_view_cb_header_fetch(void *data, int col); /** @@ -105,7 +106,8 @@ } static Ewl_Widget * -ewl_button_view_cb_widget_fetch(void *data, int row __UNUSED__, int col __UNUSED__) +ewl_button_view_cb_widget_fetch(void *data, int row __UNUSED__, + int col __UNUSED__) { Ewl_Widget *button; @@ -151,11 +153,12 @@ Ewl_Container *redir; /* - * Save the current redirection and focus on the point where our - * internal widgets belong. + * Save the current redirection and focus on the point where + * our internal widgets belong. */ redir = ewl_container_redirect_get(EWL_CONTAINER(b)); - ewl_container_redirect_set(EWL_CONTAINER(b), EWL_CONTAINER(b->body)); + ewl_container_redirect_set(EWL_CONTAINER(b), + EWL_CONTAINER(b->body)); b->label_object = ewl_label_new(); ewl_label_text_set(EWL_LABEL(b->label_object), l); @@ -219,11 +222,12 @@ Ewl_Container *redir; /* - * Save the current redirection and focus on the point where our - * internal widgets belong. + * Save the current redirection and focus on the point where + * our internal widgets belong. */ redir = ewl_container_redirect_get(EWL_CONTAINER(b)); - ewl_container_redirect_set(EWL_CONTAINER(b), EWL_CONTAINER(b->body)); + ewl_container_redirect_set(EWL_CONTAINER(b), + EWL_CONTAINER(b->body)); b->image_object = ewl_image_new(); ewl_container_child_prepend(EWL_CONTAINER(b), b->image_object); ewl_widget_internal_set(b->image_object, TRUE); ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs