Enlightenment CVS committal
Author : dj2
Project : e17
Module : libs/ewl
Dir : e17/libs/ewl/src/bin/tests/histogram
Modified Files:
ewl_histogram_test.c
Log Message:
- tabs are a tricky beast. looks like I missed some.
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/histogram/ewl_histogram_test.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- ewl_histogram_test.c 6 May 2008 20:09:04 -0000 1.3
+++ ewl_histogram_test.c 7 May 2008 13:38:16 -0000 1.4
@@ -31,12 +31,12 @@
ewl_container_child_append(EWL_CONTAINER(box), overlay);
ewl_object_fill_policy_set(EWL_OBJECT(overlay), EWL_FLAG_FILL_ALL);
ewl_callback_append(EWL_WIDGET(overlay), EWL_CALLBACK_CONFIGURE,
- ewl_histogram_test_cb_configure, NULL);
+ ewl_histogram_test_cb_configure, NULL);
ewl_widget_show(overlay);
img = ewl_image_new();
ewl_image_file_path_set(EWL_IMAGE(img),
- PACKAGE_DATA_DIR "/ewl/images/entrance.png");
+ PACKAGE_DATA_DIR "/ewl/images/entrance.png");
ewl_image_proportional_set(EWL_IMAGE(img), TRUE);
ewl_container_child_append(EWL_CONTAINER(overlay), img);
ewl_object_fill_policy_set(EWL_OBJECT(img), EWL_FLAG_FILL_ALL);
@@ -75,15 +75,15 @@
static void
ewl_histogram_test_cb_configure(Ewl_Widget *w, void *event __UNUSED__,
- void *data __UNUSED__)
+ void *data __UNUSED__)
{
Ewl_Widget *child;
Ewl_Container *c = EWL_CONTAINER(w);
ewl_container_child_iterate_begin(c);
while ((child = ewl_container_child_next(c))) {
- ewl_object_place(EWL_OBJECT(child), CURRENT_X(c), CURRENT_Y(c),
- CURRENT_W(c), CURRENT_H(c));
+ ewl_object_place(EWL_OBJECT(child), CURRENT_X(c), CURRENT_Y(c),
+ CURRENT_W(c), CURRENT_H(c));
}
}
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs