wrong variable
This commit is contained in:
parent
12ce611807
commit
b394fe8e10
1 changed files with 1 additions and 1 deletions
|
@ -1349,7 +1349,7 @@ Rect* screen_area(guint desktop, guint head, Rect *search)
|
|||
StrutPartial *s = it->data;
|
||||
if (STRUT_BOTTOM_IN_SEARCH(s, search) &&
|
||||
!STRUT_BOTTOM_IGNORE(s, us, search))
|
||||
r = MIN(r, ar - s->bottom);
|
||||
b = MIN(b, ar - s->bottom);
|
||||
}
|
||||
|
||||
/* limit to this monitor */
|
||||
|
|
Loading…
Reference in a new issue