From 3cf760c38f54dc053720e45352475306201586d7 Mon Sep 17 00:00:00 2001 From: sebastid Date: Sat, 21 May 2005 17:56:20 +0000 Subject: [PATCH] Note to self. SVN revision: 14885 --- src/bin/e_border.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/e_border.c b/src/bin/e_border.c index bcf4f1efd..2223a46be 100644 --- a/src/bin/e_border.c +++ b/src/bin/e_border.c @@ -446,6 +446,8 @@ e_border_hide(E_Border *bd, int manage) ecore_x_window_hide(bd->client.win); } e_container_shape_hide(bd->shape); + /* FIXME: If the client unmaps itself, the border should be + * withdrawn, not iconic */ if (!bd->iconic) e_hints_window_hidden_set(bd);