Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: x.c Log Message: Fix bug in setting solid color bg. =================================================================== RCS file: /cvsroot/enlightenment/e16/e/src/x.c,v retrieving revision 1.113 retrieving revision 1.114 diff -u -3 -r1.113 -r1.114 --- x.c 20 Nov 2005 22:47:41 -0000 1.113 +++ x.c 6 Dec 2005 23:43:11 -0000 1.114 @@ -799,6 +799,7 @@ if (xid) { xid->bgpmap = pmap; + xid->bgcol = 0xffffffff; /* Hmmm.. */ XSetWindowBackgroundPixmap(disp, win, pmap); } else ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs