Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin


Modified Files:
        ewl_embed_test.c 


Log Message:
- don't use private pointer casting macros in public header (ewl_attach.c)
- fix more warnings (we are now hopefully warning free)

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/ewl_embed_test.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- ewl_embed_test.c    11 Jun 2008 23:04:42 -0000      1.22
+++ ewl_embed_test.c    18 Jul 2008 13:05:46 -0000      1.23
@@ -118,7 +118,7 @@
         emb = ewl_embed_new();
         ewl_object_fill_policy_set(EWL_OBJECT(emb), EWL_FLAG_FILL_ALL);
         eo = ewl_embed_canvas_set(EWL_EMBED(emb), evas,
-                          (void *) ecore_evas_software_x11_window_get(ee));
+                          (void 
*)(long)ecore_evas_software_x11_window_get(ee));
         ewl_embed_focus_set(EWL_EMBED(emb), TRUE);
         ewl_widget_show(emb);
 
@@ -180,7 +180,7 @@
         emb = ewl_embed_new();
         ewl_object_fill_policy_set(EWL_OBJECT(emb), EWL_FLAG_FILL_ALL);
         eo = ewl_embed_canvas_set(EWL_EMBED(emb), evas,
-                          (void *) ecore_evas_software_x11_window_get(ee));
+                          (void 
*)(long)ecore_evas_software_x11_window_get(ee));
         ewl_widget_show(emb);
 
         /*
@@ -221,7 +221,7 @@
         emb = ewl_embed_new();
         ewl_object_fill_policy_set(EWL_OBJECT(emb), EWL_FLAG_FILL_ALL);
         eo = ewl_embed_canvas_set(EWL_EMBED(emb), evas,
-                          (void *) ecore_evas_software_x11_window_get(ee));
+                          (void 
*)(long)ecore_evas_software_x11_window_get(ee));
         ewl_embed_focus_set(EWL_EMBED(emb), TRUE);
         ewl_widget_show(emb);
 



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to