More TODOs.

This commit is contained in:
Pietro Gagliardi 2016-12-17 12:23:09 -05:00
parent 722dd03193
commit 2f449887d8
1 changed files with 1 additions and 0 deletions

View File

@ -70,4 +70,5 @@ void attrlistInsertAt(struct attrlist *alist, uiAttribute type, uintptr_t val, s
break;
// TODO this does not handle cases where the attribute overwrites an existing attribute
linkInsertBefore(alist, a, before);
// TODO see if adding this attribute leads to a fragmented contiguous run
}