Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_x


Modified Files:
        ecore_x_window_prop.c 


Log Message:
properly initialize data
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_x/ecore_x_window_prop.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -3 -r1.43 -r1.44
--- ecore_x_window_prop.c       31 May 2004 16:03:28 -0000      1.43
+++ ecore_x_window_prop.c       22 Aug 2004 21:03:02 -0000      1.44
@@ -731,7 +731,7 @@
 void
 ecore_x_window_prop_borderless_set(Ecore_X_Window win, int borderless)
 {
-   unsigned int data[5] = {0};
+   unsigned int data[5] = {0, 0, 0, 0, 0};
 
    data[0] = 2; /* just set the decorations hint! */
    data[2] = !borderless;




-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to