Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/engines/x11


Modified Files:
        ewl_engine_x11.c 


Log Message:
Formatting.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/engines/x11/ewl_engine_x11.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -3 -r1.33 -r1.34
--- ewl_engine_x11.c    18 Dec 2006 07:05:56 -0000      1.33
+++ ewl_engine_x11.c    19 Dec 2006 07:15:38 -0000      1.34
@@ -857,7 +857,7 @@
 }
 
 static int
-ewl_ev_x_window_expose(void *data __UNUSED__, int type __UNUSED__, void * e)
+ewl_ev_x_window_expose(void *data __UNUSED__, int type __UNUSED__, void *e)
 {
        /*
         * Widgets don't need to know about this usually, but we still need to
@@ -1221,7 +1221,7 @@
                {
                        if (data->content == ECORE_X_SELECTION_CONTENT_FILES)
                        {
-                               Ecore_X_Selection_Data_Files* files = ev->data;
+                               Ecore_X_Selection_Data_Files *files = ev->data;
                                ewl_embed_dnd_data_received_feed(embed,
                                                        ev->target,
                                                        files->files, 
@@ -1230,7 +1230,7 @@
                        } 
                        else if (data->content == 
ECORE_X_SELECTION_CONTENT_TEXT)
                        {
-                               Ecore_X_Selection_Data_Text* text = ev->data;
+                               Ecore_X_Selection_Data_Text *text = ev->data;
                                ewl_embed_dnd_data_received_feed(embed,
                                                        ev->target, text->text, 
                                                        data->length,



-------------------------------------------------------------------------
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

Reply via email to