Minor changes.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6604 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Devices - DevicesWindow by Sikosis
|
Devices - DevicesWindow by Sikosis
|
||||||
|
|
||||||
(C)2003 OBOS
|
(C)2003-2004 OBOS
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ ResourceUsageWindow
|
|||||||
|
|
||||||
Author: Sikosis
|
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()));
|
IRQListView->AddItem(new BStringItem(tmp.String()));
|
||||||
Unlock();
|
Unlock();
|
||||||
ptrIRQView->AddChild(IRQListView);
|
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
|
// Create the Views
|
||||||
AddChild(ptrResourceUsageView = new ResourceUsageView(r));
|
AddChild(ptrResourceUsageView = new ResourceUsageView(r));
|
||||||
|
|||||||
Reference in New Issue
Block a user