Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        config.c 


Log Message:
The image border definition for Imlib2 seems to be slightly different than
for Imlib1. Try to adjust so themes don't break.

===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/config.c,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -3 -r1.97 -r1.98
--- config.c    21 Mar 2004 01:39:39 -0000      1.97
+++ config.c    6 Apr 2004 23:20:44 -0000       1.98
@@ -2476,6 +2476,10 @@
                ICToRead->border->right = atoi(s3);
                ICToRead->border->top = atoi(s4);
                ICToRead->border->bottom = atoi(s5);
+#ifdef USE_IMLIB2              /* Hmmm... */
+               ICToRead->border->right++;
+               ICToRead->border->bottom++;
+#endif
             }
             break;
          case ICLASS_FILLRULE:




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