From f3147ea2d1598914c2db53e8cfb34c8ff81e2ff4 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Thu, 27 Aug 2020 07:48:10 +0200 Subject: New upstream version 3.0.0 --- AffinityPanel.h | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) (limited to 'AffinityPanel.h') diff --git a/AffinityPanel.h b/AffinityPanel.h index 2b6059b..54d4f24 100644 --- a/AffinityPanel.h +++ b/AffinityPanel.h @@ -9,15 +9,32 @@ Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ +#ifdef HAVE_LIBHWLOC +#endif + #include "Panel.h" #include "Affinity.h" #include "ProcessList.h" -#include "ListItem.h" + + + +#ifdef HAVE_LIBHWLOC + +#endif + + +#ifdef HAVE_LIBHWLOC + +#endif + +#ifdef HAVE_LIBHWLOC + +#endif extern PanelClass AffinityPanel_class; -Panel* AffinityPanel_new(ProcessList* pl, Affinity* affinity); +extern Panel* AffinityPanel_new(ProcessList* pl, Affinity* affinity, int* width); -Affinity* AffinityPanel_getAffinity(Panel* this, ProcessList* pl); +extern Affinity* AffinityPanel_getAffinity(Panel* super, ProcessList* pl); #endif -- cgit v1.2.3