Return geometry
This commit is contained in:
parent
2c0b68cd4e
commit
280fcf5b5b
|
@ -135,7 +135,7 @@ area_t
|
||||||
titlebar_update_geometry(Client *c, area_t geometry)
|
titlebar_update_geometry(Client *c, area_t geometry)
|
||||||
{
|
{
|
||||||
if(!c->titlebar.sw)
|
if(!c->titlebar.sw)
|
||||||
return;
|
return geometry;
|
||||||
|
|
||||||
switch(c->titlebar.position)
|
switch(c->titlebar.position)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue