Enlightenment CVS committal Author : ningerso Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/bin/tests/modal Modified Files: ewl_modal.c Log Message: Remove trailing whitespace. =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/modal/ewl_modal.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- ewl_modal.c 4 Jun 2007 18:46:35 -0000 1.4 +++ ewl_modal.c 23 Aug 2007 05:26:46 -0000 1.5 @@ -12,7 +12,7 @@ static void ewl_widget_cb_close_click(Ewl_Widget *w, void *ev, void *data); static void ewl_widget_cb_go_modal(Ewl_Widget *w, void *ev, void *data); -void +void test_info(Ewl_Test *test) { test->name = "Modal"; @@ -50,7 +50,7 @@ win = ewl_window_new(); ewl_window_title_set(EWL_WINDOW(win), "MODAL"); - ewl_callback_append(win, EWL_CALLBACK_DELETE_WINDOW, + ewl_callback_append(win, EWL_CALLBACK_DELETE_WINDOW, ewl_widget_cb_close_click, NULL); ewl_widget_show(win); @@ -60,21 +60,21 @@ o = ewl_button_new(); ewl_button_label_set(EWL_BUTTON(o), "go modal"); - ewl_callback_append(o, EWL_CALLBACK_CLICKED, + ewl_callback_append(o, EWL_CALLBACK_CLICKED, ewl_widget_cb_go_modal, emb); ewl_container_child_append(EWL_CONTAINER(vbox), o); ewl_widget_show(o); o = ewl_button_new(); ewl_button_label_set(EWL_BUTTON(o), "Close"); - ewl_callback_append(o, EWL_CALLBACK_CLICKED, + ewl_callback_append(o, EWL_CALLBACK_CLICKED, ewl_widget_cb_close_click, NULL); ewl_container_child_append(EWL_CONTAINER(vbox), o); ewl_widget_show(o); } static void -ewl_widget_cb_close_click(Ewl_Widget *w, void *ev __UNUSED__, +ewl_widget_cb_close_click(Ewl_Widget *w, void *ev __UNUSED__, void *data __UNUSED__) { Ewl_Embed *emb; ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs