This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository enlightenment.
View the commit online.
commit a7d1926e6965a18704b7fd7ccbf97ee21ffb1db6
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Fri Jul 18 12:06:30 2025 +0100
hints - fix state to be correct - normal not iconic
@fix
---
src/bin/e_hints.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bin/e_hints.c b/src/bin/e_hints.c
index 0d9fdaf61..7bd837e61 100644
--- a/src/bin/e_hints.c
+++ b/src/bin/e_hints.c
@@ -1272,7 +1272,7 @@ e_hints_window_visible_set(E_Client *ec)
{
if (ec->icccm.state != ECORE_X_WINDOW_STATE_HINT_WITHDRAWN)
ec->icccm.state = ECORE_X_WINDOW_STATE_HINT_NORMAL;
- ecore_x_icccm_state_set(e_client_util_win_get(ec), ECORE_X_WINDOW_STATE_HINT_ICONIC);
+ ecore_x_icccm_state_set(e_client_util_win_get(ec), ECORE_X_WINDOW_STATE_HINT_NORMAL);
}
if (ec->netwm.state.hidden)
{
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.