Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin/tests/media


Modified Files:
        ewl_media_test.c 


Log Message:
- Pull the tutorials out of the src/bin/tests/*/*.c files and move them to 
doc/tutorials. This way we don't end up with any test structures showing up in 
the Ewl docs.


===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/media/ewl_media_test.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- ewl_media_test.c    26 Dec 2007 04:46:25 -0000      1.2
+++ ewl_media_test.c    26 Feb 2008 04:24:12 -0000      1.3
@@ -22,7 +22,7 @@
 typedef struct {
        Ewl_Stock_Type name;
        Ewl_Callback_Function func;
-} Control;
+} Ewl_Media_Test_Control;
 
 static int create_test(Ewl_Container *box);
 static void create_media_window(Ewl_Media_Module_Type type);
@@ -281,7 +281,7 @@
        ewl_widget_show(b);
 
        {
-               Control controls [] = {
+               Ewl_Media_Test_Control controls [] = {
                        { EWL_STOCK_PLAY, play_cb },
                        { EWL_STOCK_STOP, stop_cb },
                        { EWL_STOCK_REWIND, rew_cb },



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to