summaryrefslogtreecommitdiff
path: root/src/dwb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dwb.c')
-rw-r--r--src/dwb.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dwb.c b/src/dwb.c
index 4fc9ed56..523843d3 100644
--- a/src/dwb.c
+++ b/src/dwb.c
@@ -1278,9 +1278,11 @@ dwb_hide_tabbar(int *running) {
void
dwb_hide_tab(GList *gl) {
+ puts("hide tab");
}
void
dwb_show_tab(GList *gl) {
+ puts("show tab");
}
/* dwb_focus_view(GList *gl){{{*/