This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository e16.

View the commit online.

commit b26c137bc39477c8d90a1988ac06258dbfd8597a
Author: Kim Woelders <k...@woelders.dk>
AuthorDate: Tue Aug 8 19:20:15 2023 +0200

    iclass: Drop image border adjustment
    
    In the switch from imlib to imlib2 (a couple of decades ago) an
    adjustment of image borders was introduced to accommodate for a
    difference between the old and new imlibs.
    
    Without this adjustment a few themes have incorrectly rendered elements
    (unintended window border fading, opaque pager area highligt frame, more?).
    
    It turns out that the origin of the problem is in the scaling code of
    imlib2, and will be fixed in imlib2 (most likely v1.12.0).
---
 src/iclass.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/iclass.c b/src/iclass.c
index 1ba6704d..29664a1a 100644
--- a/src/iclass.c
+++ b/src/iclass.c
@@ -516,9 +516,6 @@ ImageclassConfigLoad(FILE * fs)
 	     is->border->right = r;
 	     is->border->top = t;
 	     is->border->bottom = b;
-	     /* Hmmm... imlib2 works better with this */
-	     is->border->right++;
-	     is->border->bottom++;
 	     continue;
 	  case ICLASS_FILLRULE:
 	     is->pixmapfillstyle = atoi(s2);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to