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 eed842fe6df1e0b94f6f69cf73eb670795b0ec29
Author: Kim Woelders <k...@woelders.dk>
AuthorDate: Mon Sep 25 16:54:31 2023 +0200
iconbox: Fix weirdness with iconbox placement/sizing
Particularly when changing orientation.
Reported by Milan Maljković.
---
src/container.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/container.c b/src/container.c
index 5e6330e6..5dc63dcf 100644
--- a/src/container.c
+++ b/src/container.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
@@ -212,6 +212,8 @@ _ContainerReconfigure(Container * ct)
ICCCM_SetSizeConstraints(ct->ewin, wmin, hmin, wmax, hmax, 0, 0, 1, 1,
0.f, 65535.f);
+ EwinStateUpdate(ct->ewin);
+ HintsSetWindowState(ct->ewin);
}
static void
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.