Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin


Modified Files:
        ewl_combo_test.c ewl_media_test.c ewl_simple_test.c ewl_test.h 


Log Message:
- minor todo changes
- fix warnings

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/ewl_combo_test.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- ewl_combo_test.c    24 Oct 2005 04:39:57 -0000      1.5
+++ ewl_combo_test.c    2 Nov 2005 18:23:21 -0000       1.6
@@ -1,7 +1,6 @@
 #include "ewl_test.h"
 
 static Ewl_Widget *combo_button = NULL;
-static void __item_down(Ewl_Widget * w, void *ev_data, void *user_data);
 
 static void
 __destroy_combo_test_window(Ewl_Widget *w, void *ev_data __UNUSED__, 
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/ewl_media_test.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- ewl_media_test.c    25 Oct 2005 03:59:04 -0000      1.11
+++ ewl_media_test.c    2 Nov 2005 18:23:21 -0000       1.12
@@ -5,6 +5,7 @@
 
 #include <stdlib.h>
 #include <stdio.h>
+#include <string.h>
 
 #if HAVE___ATTRIBUTE__
 #define __UNUSED__ __attribute__((unused))
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/ewl_simple_test.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- ewl_simple_test.c   3 Oct 2005 13:29:35 -0000       1.8
+++ ewl_simple_test.c   2 Nov 2005 18:23:21 -0000       1.9
@@ -8,6 +8,7 @@
 #include <stdio.h>
 #include <string.h>
 #include <limits.h>
+#include <Edje.h>
 
 #if HAVE___ATTRIBUTE__
 #define __UNUSED__ __attribute__((unused))
@@ -177,13 +178,6 @@
 }
 
 static void
-test_cb(Ewl_Widget *w, void *ev_data __UNUSED__, void *user_data)
-{
-       printf("%s at: %d, %d (%d x %d)\n", (char *)user_data, CURRENT_X(w),
-                       CURRENT_Y(w), CURRENT_W(w), CURRENT_H(w));
-}
-
-static void
 close_cb(Ewl_Widget *w __UNUSED__, void *ev_data __UNUSED__,
                                        void *user_data __UNUSED__)
 {
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/ewl_test.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- ewl_test.h  18 Oct 2005 02:42:41 -0000      1.15
+++ ewl_test.h  2 Nov 2005 18:23:21 -0000       1.16
@@ -10,6 +10,7 @@
 #include <dirent.h>
 #include <limits.h>
 #include <sys/stat.h>
+#include <unistd.h>
 
 #if HAVE___ATTRIBUTE__
 #define __UNUSED__ __attribute__((unused))




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to