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 52c127d896accf662739dd2e4d6e0d46bc8bc9b3
Author: Kim Woelders <[email protected]>
AuthorDate: Fri Mar 3 15:30:41 2023 +0100
Revert "ewins: Remove redundant container window move"
This move is not redundant. If removed the container window may not be
correctly placed when calculating shape.
This reverts commit 8a3c11c449c80e6e3394a66f702bea81821cb8ba.
---
src/borders.c | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/src/borders.c b/src/borders.c
index f84d637e..6c577636 100644
--- a/src/borders.c
+++ b/src/borders.c
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors
- * Copyright (C) 2004-2022 Kim Woelders
+ * Copyright (C) 2004-2023 Kim Woelders
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
@@ -697,6 +697,11 @@ 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.