From d8e1480a27e1e26b8dfa97681bf8e7f90946d336 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Mon, 22 Nov 2010 12:40:20 +0000 Subject: Remove arbitrary limit from rich strings Fix subtree hiding Fix reading of CPU values in hidden threads Fix hiding of zombie processes as kernel threads Remove "debug proc" code Code cleanup in processElements --- Panel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Panel.h') diff --git a/Panel.h b/Panel.h index 66723251..c6f74336 100644 --- a/Panel.h +++ b/Panel.h @@ -78,7 +78,7 @@ void Panel_init(Panel* this, int x, int y, int w, int h, char* type, bool owner) void Panel_done(Panel* this); -extern void Panel_setRichHeader(Panel* this, RichString header); +RichString* Panel_getHeader(Panel* this); extern void Panel_setHeader(Panel* this, const char* header); -- cgit v1.2.3