nitpicker: Remove unmaintained TODO file

This commit is contained in:
Norman Feske 2013-09-07 12:11:31 +02:00
parent ab3bc1bb58
commit a6c019e0c6
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
* Proper framebuffer refresh implementation.
Limit update_session_views to the specified buffer rectangle.
* Advanced view stacking (moving other alien view behind stacked view)
* Prevent stack overflow by too deep recursion (too many views in the view stack)
Idea: Dimension stack size for the worst case - max. recursion depth is
max(screen width, screen height) if each view overlaps its next view in
a way that one row/column is revealed.