summaryrefslogtreecommitdiffstats
path: root/Panel.c
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-03-23 17:04:53 -0300
committerHisham Muhammad <hisham@gobolinux.org>2015-03-23 17:04:53 -0300
commitade7993fcb468433d28e569e16e90de4251114ab (patch)
treed9ff4a02e55373346b87acd174863639e20917fa /Panel.c
parentd0c72c3fb29d535f5bb12b651e3bcaa516650199 (diff)
incremental search and filter reintegrated!
Diffstat (limited to 'Panel.c')
-rw-r--r--Panel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Panel.c b/Panel.c
index 3c24b61d..42cbbfce 100644
--- a/Panel.c
+++ b/Panel.c
@@ -67,6 +67,8 @@ struct Panel_ {
RichString header;
};
+#define Panel_setDefaultBar(this_) do{ (this_)->currentBar = (this_)->defaultBar; }while(0)
+
}*/
#ifndef MIN

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