summaryrefslogtreecommitdiffstats
path: root/tabbed.c
diff options
context:
space:
mode:
authorEnno Boland (tox) <tox@s01.de>2009-09-07 22:22:08 +0200
committerEnno Boland (tox) <tox@s01.de>2009-09-07 22:22:08 +0200
commitc45074e1c58dffc9a0f9920983923d6cd7d01b8b (patch)
treeee37ecb1e2ca62754e90fd3b5ee2beac80900da2 /tabbed.c
parent6c5acb1b1e7759449e9663b50a659d9dbb2ebf50 (diff)
downloadtabbed-c45074e1c58dffc9a0f9920983923d6cd7d01b8b.tar.gz
forgot to add killclient here.
Diffstat (limited to 'tabbed.c')
-rw-r--r--tabbed.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tabbed.c b/tabbed.c
index 0d9792e..50be054 100644
--- a/tabbed.c
+++ b/tabbed.c
@@ -70,6 +70,7 @@ static void expose(XEvent *e);
static unsigned long getcolor(const char *colstr);
static void initfont(const char *fontstr);
static void keypress(XEvent *e);
+static void killclient(const Arg *arg);
static void move(const Arg *arg);
static void newtab(const Arg *arg);
static void rotate(const Arg *arg);