The image border definition for Imlib2 seems to be slightly different than

for Imlib1. Try to adjust so themes don't break.


SVN revision: 9623
This commit is contained in:
Kim Woelders 2004-04-06 23:20:44 +00:00
parent eb2948b450
commit 55efe39959
1 changed files with 4 additions and 0 deletions

View File

@ -2476,6 +2476,10 @@ Config_ImageClass(FILE * ConfigFile)
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: