[Xfce4-commits] [xfce/xfwm4] 01/01: client: Withdraw the frame before the client window
noreply at xfce.org
noreply at xfce.org
Thu Apr 25 22:22:27 CEST 2019
This is an automated email from the git hooks/post-receive script.
o l i v i e r p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/xfwm4.
commit 63a797b13023394937a89b41708e40d11b8fa5b2
Author: Olivier Fourdan <fourdan at xfce.org>
Date: Thu Apr 25 22:20:37 2019 +0200
client: Withdraw the frame before the client window
Bug: 15061
Make sure to hide the parent frame prior to the client window.
Signed-off-by: Olivier Fourdan <fourdan at xfce.org>
---
src/client.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/client.c b/src/client.c
index 28e6b0c..b924f01 100644
--- a/src/client.c
+++ b/src/client.c
@@ -2399,8 +2399,8 @@ clientWithdrawSingle (Client *c, GList *exclude_list, gboolean iconify)
/* Adjust to urgency state as the window is not visible */
clientUpdateUrgency (c);
}
- XUnmapWindow (display_info->dpy, c->window);
XUnmapWindow (display_info->dpy, c->frame);
+ XUnmapWindow (display_info->dpy, c->window);
if (iconify)
{
FLAG_SET (c->flags, CLIENT_FLAG_ICONIFIED);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list