From b47bc667a254c1b1a8d6b5a635ca73f6c91c2e1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Mon, 5 Oct 2020 15:14:54 +0200 Subject: Add key to pause process list updates --- IncSet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'IncSet.h') diff --git a/IncSet.h b/IncSet.h index 30b63665..f0589747 100644 --- a/IncSet.h +++ b/IncSet.h @@ -54,7 +54,7 @@ const char* IncSet_getListItemValue(Panel* panel, int i); void IncSet_activate(IncSet* this, IncType type, Panel* panel); -void IncSet_drawBar(IncSet* this); +void IncSet_drawBar(const IncSet* this); int IncSet_synthesizeEvent(IncSet* this, int x); -- cgit v1.2.3