[titlebar] Resize correctly titlebar on manage
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
eaa8d9a486
commit
5e6760c589
3
client.c
3
client.c
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue