Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_dnd.h 


Log Message:
formating

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_dnd.h,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -3 -r1.25 -r1.26
--- ewl_dnd.h   7 May 2008 13:38:23 -0000       1.25
+++ ewl_dnd.h   17 Jun 2008 21:27:52 -0000      1.26
@@ -15,26 +15,26 @@
 extern unsigned int EWL_CALLBACK_DND_DATA_RECEIVED;
 extern unsigned int EWL_CALLBACK_DND_DATA_REQUEST;
 
-int                   ewl_dnd_init(void);
-void                  ewl_dnd_shutdown(void);
+int              ewl_dnd_init(void);
+void             ewl_dnd_shutdown(void);
 
-void                   ewl_dnd_drag_start(Ewl_Widget *w);
-void                   ewl_dnd_drag_drop(Ewl_Widget *w);
-void                   ewl_dnd_drag_widget_clear(void);
-Ewl_Widget         *ewl_dnd_drag_widget_get(void);
+void             ewl_dnd_drag_start(Ewl_Widget *w);
+void             ewl_dnd_drag_drop(Ewl_Widget *w);
+void             ewl_dnd_drag_widget_clear(void);
+Ewl_Widget      *ewl_dnd_drag_widget_get(void);
 
-int                   ewl_dnd_status_get(void);
+int              ewl_dnd_status_get(void);
 
-void                  ewl_dnd_provided_types_set(Ewl_Widget *w, const char 
**types);
-int                  ewl_dnd_provided_types_contains(Ewl_Widget *w, char 
*type);
-char                 **ewl_dnd_provided_types_get(Ewl_Widget *w);
+void             ewl_dnd_provided_types_set(Ewl_Widget *w, const char **types);
+int              ewl_dnd_provided_types_contains(Ewl_Widget *w, char *type);
+char           **ewl_dnd_provided_types_get(Ewl_Widget *w);
 
-void                  ewl_dnd_accepted_types_set(Ewl_Widget *w, const char 
**types);
-int                  ewl_dnd_accepted_types_contains(Ewl_Widget *w, char 
*type);
-const char        **ewl_dnd_accepted_types_get(Ewl_Widget *w);
+void             ewl_dnd_accepted_types_set(Ewl_Widget *w, const char **types);
+int              ewl_dnd_accepted_types_contains(Ewl_Widget *w, char *type);
+const char     **ewl_dnd_accepted_types_get(Ewl_Widget *w);
 
-void                   ewl_dnd_disable(void);
-void                   ewl_dnd_enable(void);
+void             ewl_dnd_disable(void);
+void             ewl_dnd_enable(void);
 
 /**
  * @}



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to