From 227c31fd779061a0589fb19870789a30bacc8e17 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Wed, 26 Mar 2008 11:07:23 +0100 Subject: [PATCH] [titlebar] Collapse for all position Signed-off-by: Julien Danjou --- client.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/client.c b/client.c index 14778240..107e2ea5 100644 --- a/client.c +++ b/client.c @@ -559,10 +559,8 @@ client_resize(Client *c, area_t geometry, Bool hints) } /* call it again like it was floating, - * because for right or bottom titlebar, * we want it to be sticked to the window */ - if(!c->ismoving && !c->isfloating && layout->arrange != layout_floating - && (c->titlebar.position == Right || c->titlebar.position == Bottom)) + if(!c->ismoving && !c->isfloating && layout->arrange != layout_floating) titlebar_update_geometry_floating(c); return resized;