From 85bb4ad9cb820ac3b8e935a930084a06cbfd2847 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 11 Apr 2016 13:00:20 +0200 Subject: Imported Upstream version 0.6.3 --- TraceScreen.h | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) (limited to 'TraceScreen.h') diff --git a/TraceScreen.h b/TraceScreen.h index e26737c..34ee5cb 100644 --- a/TraceScreen.h +++ b/TraceScreen.h @@ -1,11 +1,13 @@ +/* Do not edit this file. It was automatically generated. */ + +#ifndef HEADER_TraceScreen +#define HEADER_TraceScreen /* htop - TraceScreen.h -(C) 2005 Hisham H. Muhammad +(C) 2005-2006 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ -#ifndef HEADER_TraceScreen -#define HEADER_TraceScreen #define _GNU_SOURCE #include @@ -13,18 +15,24 @@ in the source distribution for its full text. #include #include #include +#include +#include #include "ProcessList.h" -#include "ListBox.h" +#include "Process.h" +#include "ListItem.h" +#include "Panel.h" #include "FunctionBar.h" + typedef struct TraceScreen_ { Process* process; - ListBox* display; + Panel* display; FunctionBar* bar; bool tracing; } TraceScreen; + TraceScreen* TraceScreen_new(Process* process); void TraceScreen_delete(TraceScreen* this); @@ -34,4 +42,3 @@ void TraceScreen_draw(TraceScreen* this); void TraceScreen_run(TraceScreen* this); #endif - -- cgit v1.2.3