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