mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
Fix condition for having titlebars
This commit is contained in:
parent
dce101d044
commit
4311564945
1 changed files with 1 additions and 1 deletions
2
client.c
2
client.c
|
@ -347,7 +347,7 @@ client_manage(Window w, XWindowAttributes *wa, int screen)
|
|||
/* propagates border_width, if size doesn't change */
|
||||
window_configure(c->win, c->geometry, c->border);
|
||||
|
||||
switch(globalconf.screens[c->screen].titlebar)
|
||||
switch(globalconf.screens[screen].titlebar)
|
||||
{
|
||||
case Top:
|
||||
titlebar_height = 1.5 * MAX(globalconf.screens[c->screen].styles.normal.font->height,
|
||||
|
|
Loading…
Reference in a new issue