Fix titlebar width (add borders)

This commit is contained in:
Julien Danjou 2008-03-14 17:57:02 +01:00
parent b6f86ebb63
commit 95f8325c06
1 changed files with 1 additions and 1 deletions

View File

@ -414,7 +414,7 @@ client_manage(Window w, XWindowAttributes *wa, int screen)
phys_screen,
c->geometry.x,
c->geometry.y - titlebar_height,
c->geometry.width,
c->geometry.width + 2 * c->border,
titlebar_height,
0);
break;