Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        config.c 


Log Message:
Fix cursor colors (patch from Smoke <[EMAIL PROTECTED]>).
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/config.c,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -3 -r1.92 -r1.93
--- config.c    5 Mar 2004 17:13:51 -0000       1.92
+++ config.c    7 Mar 2004 07:17:51 -0000       1.93
@@ -2068,9 +2068,9 @@
             ESetColor(&xclr, r, g, b);
             break;
          case CURS_FG_RGB:
-            EGetColor(&xclr, &r, &g, &b);
+            EGetColor(&xclr2, &r, &g, &b);
             sscanf(s, "%4000s %d %d %d", s2, &r, &g, &b);
-            ESetColor(&xclr, r, g, b);
+            ESetColor(&xclr2, r, g, b);
             break;
          case XBM_FILE:
             file = Estrdup(s2);




-------------------------------------------------------
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