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 8a3c11c449c80e6e3394a66f702bea81821cb8ba
Author: Kim Woelders <[email protected]>
AuthorDate: Sun Dec 11 11:11:50 2022 +0100

    ewins: Remove redundant container window move
    
    .. I think..
    
    If for some reason this move is needed, it should probably be done in
    EwinBorderCalcSizes() where the other frame windows (border parts) are
    moved/sized.
    
    Normally the container window placement is performed by
    Ewin(Move)Resize().
---
 src/borders.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/borders.c b/src/borders.c
index 195d58b4..69820331 100644
--- a/src/borders.c
+++ b/src/borders.c
@@ -697,11 +697,6 @@ EwinBorderSetTo(EWin * ewin, const Border * b)
       Efree(wl);
    }
 
-#if USE_CONTAINER_WIN
-   if (!ewin->state.shaded)
-      EMoveWindow(ewin->win_container, b->border.left, b->border.top);
-#endif
-
    ewin->update.shape = 1;
    EwinBorderCalcSizes(ewin, 0);
    EwinStateUpdate(ewin);

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

Reply via email to