summaryrefslogtreecommitdiffstats
path: root/Panel.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2009-06-02 04:51:23 +0000
committerHisham Muhammad <hisham@gobolinux.org>2009-06-02 04:51:23 +0000
commit6330ff3a0ac6d279132d36cea027ad3f065707b1 (patch)
tree70d894309bb92c9146fc4063e41d68686ffcfafd /Panel.h
parent1371ee28a7e953052e414dfd1641294852aa4458 (diff)
changes for htop 0.8.2
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 c0f603a6..ba522b95 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