Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin


Modified Files:
        ewl_embed_test.c 


Log Message:
- formatting

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/ewl_embed_test.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- ewl_embed_test.c    27 May 2006 16:56:11 -0000      1.8
+++ ewl_embed_test.c    27 May 2006 17:00:59 -0000      1.9
@@ -3,7 +3,6 @@
 #include <Ewl.h>
 #include <Edje.h>
 #include <stdio.h>
-#include <ewl-config.h>
 
 #if HAVE_CONFIG_H
 #include "ewl-config.h"
@@ -20,23 +19,27 @@
 Evas_Object *edje;
 Ewl_Widget *text, *entry;
 
-void _open(Ewl_Widget *w __UNUSED__, void *e __UNUSED__, void *d __UNUSED__)
+void
+_open(Ewl_Widget *w __UNUSED__, void *e __UNUSED__, void *d __UNUSED__)
 {
        edje_object_signal_emit(edje, "open", "open");
 }
 
-void _close(Ewl_Widget *w __UNUSED__, void *e __UNUSED__, void *d __UNUSED__)
+void
+_close(Ewl_Widget *w __UNUSED__, void *e __UNUSED__, void *d __UNUSED__)
 {
        edje_object_signal_emit(edje, "close", "close");
 }
 
-void _destroy_main_window(Ecore_Evas *ee __UNUSED__)
+void
+_destroy_main_window(Ecore_Evas *ee __UNUSED__)
 {
        ewl_main_quit();
        return;
 }
 
-void _resize_window(Ecore_Evas *ee)
+void
+_resize_window(Ecore_Evas *ee)
 {
        Evas_Coord w, h;
 
@@ -44,7 +47,8 @@
        evas_object_resize(edje, w, h);
 }
 
-void _insert(Ewl_Widget *w __UNUSED__, void *e __UNUSED__, void *d __UNUSED__)
+void
+_insert(Ewl_Widget *w __UNUSED__, void *e __UNUSED__, void *d __UNUSED__)
 {
        const char * t;
 
@@ -58,7 +62,8 @@
 }
 
 
-int main(int argc, char **argv)
+int
+main(int argc, char **argv)
 {
        Ewl_Widget *wg, *c, *vbox;
        Ewl_Widget *emb;




-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to