diff options
| author | Enno Boland (tox) <tox@s01.de> | 2009-09-07 22:22:08 +0200 |
|---|---|---|
| committer | Enno Boland (tox) <tox@s01.de> | 2009-09-07 22:22:08 +0200 |
| commit | c45074e1c58dffc9a0f9920983923d6cd7d01b8b (patch) | |
| tree | ee37ecb1e2ca62754e90fd3b5ee2beac80900da2 /tabbed.c | |
| parent | 6c5acb1b1e7759449e9663b50a659d9dbb2ebf50 (diff) | |
| download | tabbed-c45074e1c58dffc9a0f9920983923d6cd7d01b8b.tar.gz | |
forgot to add killclient here.
Diffstat (limited to 'tabbed.c')
| -rw-r--r-- | tabbed.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |