diff --git a/src/prefs/devices/DevicesWindow.cpp b/src/prefs/devices/DevicesWindow.cpp index 929eecf484..682f167ce7 100644 --- a/src/prefs/devices/DevicesWindow.cpp +++ b/src/prefs/devices/DevicesWindow.cpp @@ -2,7 +2,7 @@ Devices - DevicesWindow by Sikosis -(C)2003 OBOS +(C)2003-2004 OBOS */ diff --git a/src/prefs/devices/ResourceUsageWindow.cpp b/src/prefs/devices/ResourceUsageWindow.cpp index 7cf0de5791..3476671229 100644 --- a/src/prefs/devices/ResourceUsageWindow.cpp +++ b/src/prefs/devices/ResourceUsageWindow.cpp @@ -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));