Minor changes.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6604 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
747e75bf8d
commit
610bb7fd59
@ -2,7 +2,7 @@
|
||||
|
||||
Devices - DevicesWindow by Sikosis
|
||||
|
||||
(C)2003 OBOS
|
||||
(C)2003-2004 OBOS
|
||||
|
||||
*/
|
||||
|
||||
|
@ -4,7 +4,7 @@ ResourceUsageWindow
|
||||
|
||||
Author: Sikosis
|
||||
|
||||
(C)2003 OBOS - Released under the MIT License
|
||||
(C)2003-2004 OBOS - Released under the MIT License
|
||||
|
||||
*/
|
||||
|
||||
@ -108,6 +108,11 @@ void ResourceUsageWindow::InitWindow(void)
|
||||
IRQListView->AddItem(new BStringItem(tmp.String()));
|
||||
Unlock();
|
||||
ptrIRQView->AddChild(IRQListView);
|
||||
|
||||
// write function to add items to IRQ list
|
||||
|
||||
// write another function that just deals with getting the IRQ list
|
||||
|
||||
|
||||
// Create the Views
|
||||
AddChild(ptrResourceUsageView = new ResourceUsageView(r));
|
||||
|
Loading…
Reference in New Issue
Block a user