Enlightenment CVS committal

Author  : handyande
Project : misc
Module  : engage

Dir     : misc/engage/src


Modified Files:
        tray.c 


Log Message:
Fix tray bg colour
===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/src/tray.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- tray.c      31 Dec 2004 00:09:13 -0000      1.15
+++ tray.c      4 Jan 2005 21:55:19 -0000       1.16
@@ -180,7 +180,7 @@
                                       48);
   ecore_x_window_container_manage(tray_container);
 #if 1 /* Nono */
-  ecore_x_window_background_color_set(tray_container, 0xcccccc);
+  ecore_x_window_background_color_set(tray_container, 0xcccc, 0xcccc, 0xcccc);
 #elif 0 /* ParentRelative */
   XSetWindowBackgroundPixmap(display, tray_container, ParentRelative);
 #else /* XAlloc...Color */




-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to