summaryrefslogtreecommitdiffstats
path: root/Panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'Panel.h')
-rw-r--r--Panel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Panel.h b/Panel.h
index 1ea5c7b8..86c134e0 100644
--- a/Panel.h
+++ b/Panel.h
@@ -109,7 +109,7 @@ int Panel_size(Panel* this);
void Panel_setSelected(Panel* this, int selected);
-void Panel_draw(Panel* this, bool focus);
+void Panel_draw(Panel* this, bool focus, bool highlightSelected);
void Panel_splice(Panel* this, Vector* from);