mirror of
https://gitlab.freedesktop.org/emersion/libliftoff.git
synced 2024-11-16 19:47:55 +01:00
Remove outdated TODO
This commit is contained in:
parent
30073e5295
commit
5faa1e466b
1 changed files with 1 additions and 2 deletions
3
alloc.c
3
alloc.c
|
@ -565,8 +565,7 @@ bool liftoff_display_apply(struct liftoff_display *display, drmModeAtomicReq *re
|
|||
return true;
|
||||
}
|
||||
|
||||
/* Unset all existing plane and layer mappings.
|
||||
TODO: incremental updates keeping old configuration if possible */
|
||||
/* Unset all existing plane and layer mappings. */
|
||||
liftoff_list_for_each(plane, &display->planes, link) {
|
||||
if (plane->layer != NULL) {
|
||||
plane->layer->plane = NULL;
|
||||
|
|
Loading…
Reference in a new issue