Enlightenment CVS committal
Author : tsauerbeck
Project : e17
Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore_x
Modified Files:
ecore_x_icccm.c
Log Message:
warning fix
===================================================================
RCS file:
/cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_x/ecore_x_icccm.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- ecore_x_icccm.c 26 Nov 2004 08:27:45 -0000 1.10
+++ ecore_x_icccm.c 27 Nov 2004 15:17:30 -0000 1.11
@@ -768,10 +768,10 @@
Ecore_X_Window
ecore_x_icccm_transient_for_get(Ecore_X_Window win)
{
- Ecore_X_Window forwin;
+ Window forwin;
if(XGetTransientForHint(_ecore_x_disp, win, &forwin))
- return forwin;
+ return (Ecore_X_Window) forwin;
else
return 0;
-------------------------------------------------------
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://productguide.itmanagersjournal.com/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs