[titlebar] Resize correctly titlebar on manage

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-04-04 10:53:53 +02:00
parent eaa8d9a486
commit 5e6760c589
1 changed files with 1 additions and 2 deletions

View File

@ -397,8 +397,7 @@ client_manage(Window w, XWindowAttributes *wa, int screen)
}
/* update titlebar with real floating info now */
if(c->isfloating)
titlebar_update_geometry_floating(c);
titlebar_update_geometry_floating(c);
XSelectInput(globalconf.display, w, StructureNotifyMask | PropertyChangeMask | EnterWindowMask);