From 728b04bbb5667291f1e56058240fcd7e03cbfe74 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Wed, 26 Aug 2020 10:15:00 +1000 Subject: Merge branch 'ci-hwloc-job' of https://github.com/bertwesarg/htop into bertwesarg-ci-hwloc-job --- Panel.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Panel.h') diff --git a/Panel.h b/Panel.h index b7480c6b..4b517f31 100644 --- a/Panel.h +++ b/Panel.h @@ -119,6 +119,8 @@ extern void Panel_setSelected(Panel* this, int selected); extern void Panel_draw(Panel* this, bool focus); +extern void Panel_splice(Panel *this, Vector* from); + extern bool Panel_onKey(Panel* this, int key); extern HandlerResult Panel_selectByTyping(Panel* this, int ch); -- cgit v1.2.3