Fix flag removal in elem_screen_update
This commit is contained in:
parent
a6b37e8b7e
commit
a603802d9f
@ -68,7 +68,7 @@ infobar_elem_screen_update(struct screen *s, int addf)
|
||||
SLIST_FOREACH(i, &s->infobars, next)
|
||||
infobar_elem_update(i);
|
||||
|
||||
s->elemupdate &= ~FLAGINT(ElemTag);
|
||||
s->elemupdate &= ~FLAGINT(addf);
|
||||
}
|
||||
|
||||
#endif /* INFOBAR_H */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user