Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin


Modified Files:
        ewl_simple_test.c ewl_textarea_test.c 


Log Message:
- make ewl_debug.h and ewl_macros.h private
- make sure all debug macros have a {} after them
- add in the __UNUSED__ like kwo added to ecore
- fixed all warnings showing under -Wall -W

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/ewl_simple_test.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- ewl_simple_test.c   22 Mar 2005 20:58:16 -0000      1.2
+++ ewl_simple_test.c   28 Mar 2005 07:04:26 -0000      1.3
@@ -1,5 +1,6 @@
 #include "ewl-config.h"
 #include <Ewl.h>
+#include "ewl_macros.h"
 
 void
 entice_text(void *data, Evas_Object *obj, const char *emission,
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/ewl_textarea_test.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_textarea_test.c 9 Feb 2005 04:31:54 -0000       1.1
+++ ewl_textarea_test.c 28 Mar 2005 07:04:27 -0000      1.2
@@ -2,32 +2,6 @@
 
 #define FONTSIZE 12
 
-static char    *long_text =
-       "This is a long string to test\n"
-       "the effectiveness of\n"
-       "the new text area.\n"
-       "It's possible that it contains\n"
-       "unprintable characters such\n"
-       "as \t or extremely long\n"
-       "lines. Beware, it may\n"
-       "trigger bugs in etox or\n"
-       "ewl\nso\ntrace\ncarefully. Now it's time for some "
-       "gibberish to make this thing longer and to test the "
-       "scrollbars. There's probably not enough text here\n"
-       "to really push etox, but hopefully it will give a "
-       "better idea of the speed\n"
-       "Right now selection of text and click to position\n"
-       "need quite a bit of work, as well as keyboard\n"
-       "navigation and focus control\n"
-       "We really need to get some better text in here at\n"
-       "some point, since this is pretty lame\n"
-       "but we need long strings to test it effectively.\n"
-       "I have heard a couple reports of major slowdowns\n"
-       "when displaying large text regions. This message will "
-       "now be repeated to do a little stress testing.\n"
-       "\n"
-       "\n";
-
 static Ewl_Widget *textarea_button;
 
 void




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to