* Added TODOs.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42428 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
d8c71f47c3
commit
0ba65dce69
@ -440,6 +440,8 @@ ModeList::_MakeSpace(uint32 count)
|
||||
bool
|
||||
ModeList::_AddMode(const display_mode& mode)
|
||||
{
|
||||
// TODO: filter by monitor timing constraints!
|
||||
// TODO: remove double entries
|
||||
if (!_MakeSpace(1))
|
||||
return false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user