aboutsummaryrefslogtreecommitdiffstats
path: root/Panel.h
diff options
context:
space:
mode:
authorEugene V. Lyubimkin <jackyf.devel@gmail.com>2009-06-29 13:08:39 +0300
committerDaniel Lange <DLange@git.local>2016-04-11 13:00:27 +0200
commit6e545da37e2482b15007df28c549afa072a5198d (patch)
tree0c8b285d20201de17614a4d4fa9b3c644882ca94 /Panel.h
parent48ba112c47aec96ec9ce96103490eeb8b1b12585 (diff)
parentbea9b4798717b6f4e31085506dfc179eeb8dc17c (diff)
downloaddebian_htop-6e545da37e2482b15007df28c549afa072a5198d.tar.gz
debian_htop-6e545da37e2482b15007df28c549afa072a5198d.tar.bz2
debian_htop-6e545da37e2482b15007df28c549afa072a5198d.zip
Imported Debian patch 0.8.3-1debian/0.8.3-1
Diffstat (limited to 'Panel.h')
-rw-r--r--Panel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Panel.h b/Panel.h
index c0f603a..ba522b9 100644
--- a/Panel.h
+++ b/Panel.h
@@ -104,12 +104,12 @@ void Panel_moveSelectedDown(Panel* this);
int Panel_getSelectedIndex(Panel* this);
-int Panel_getSize(Panel* this);
+int Panel_size(Panel* this);
void Panel_setSelected(Panel* this, int selected);
void Panel_draw(Panel* this, bool focus);
-void Panel_onKey(Panel* this, int key);
+bool Panel_onKey(Panel* this, int key);
#endif

© 2014-2024 Faster IT GmbH | imprint | privacy policy