mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Rename ListBox to Panel, matching dit.
This commit is contained in:
@ -15,12 +15,12 @@ in the source distribution for its full text.
|
||||
#include <fcntl.h>
|
||||
|
||||
#include "ProcessList.h"
|
||||
#include "ListBox.h"
|
||||
#include "Panel.h"
|
||||
#include "FunctionBar.h"
|
||||
|
||||
typedef struct TraceScreen_ {
|
||||
Process* process;
|
||||
ListBox* display;
|
||||
Panel* display;
|
||||
FunctionBar* bar;
|
||||
bool tracing;
|
||||
} TraceScreen;
|
||||
|
Reference in New Issue
Block a user