Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        E.h stacking.c 


Log Message:
Prepare to enable compiling the code with paranoid compiler settings.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/E.h,v
retrieving revision 1.226
retrieving revision 1.227
diff -u -3 -r1.226 -r1.227
--- E.h 19 Mar 2004 00:27:15 -0000      1.226
+++ E.h 20 Mar 2004 15:20:40 -0000      1.227
@@ -191,6 +191,12 @@
 #include <sys/types.h>
 #include <unistd.h>
 
+#if HAVE___ATTRIBUTE__
+#define __UNUSED__ __attribute__((unused))
+#else
+#define __UNUSED__
+#endif
+
 /* workaround for 64bit architectures - xlib expects 32bit CARDINALS to be */
 /* long's on 64bit machines... thus well the CARD32's Im unsing shoudl be.. */
 #define CARD32 long
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/stacking.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- stacking.c  18 Mar 2004 17:03:49 -0000      1.2
+++ stacking.c  20 Mar 2004 15:20:40 -0000      1.3
@@ -178,8 +178,8 @@
 /*
  * The global stacking and focus lists
  */
-EWinList            EwinListFocus = { "Focus" };
-EWinList            EwinListStack = { "Stack" };
+EWinList            EwinListFocus = { "Focus", 0, 0, NULL };
+EWinList            EwinListStack = { "Stack", 0, 0, NULL };
 
 EWin              **
 EwinListGetStacking(int *num)




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to