diff options
author | okan <okan> | 2014-01-30 15:41:11 +0000 |
---|---|---|
committer | okan <okan> | 2014-01-30 15:41:11 +0000 |
commit | fdefcecfa0281a9cd63fbfc32ac9bf768c65357a (patch) | |
tree | 3e70147126bed2004979ca909855d74f8bed269c /kbfunc.c | |
parent | 7b5b7cc9e986c7c711c524e6969c0ecbdd8cf1e1 (diff) | |
download | cwm-fdefcecfa0281a9cd63fbfc32ac9bf768c65357a.tar.gz cwm-fdefcecfa0281a9cd63fbfc32ac9bf768c65357a.tar.xz cwm-fdefcecfa0281a9cd63fbfc32ac9bf768c65357a.zip |
Move cwm_status around to avoid header fu, and remove extraneous signal
header from xevents.c; noticed by Christian Neukirchen.
Diffstat (limited to 'kbfunc.c')
-rw-r--r-- | kbfunc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kbfunc.c b/kbfunc.c index 705baef..813f8e6 100644 --- a/kbfunc.c +++ b/kbfunc.c @@ -35,6 +35,8 @@ #define HASH_MARKER "|1|" +extern sig_atomic_t cwm_status; + void kbfunc_client_lower(struct client_ctx *cc, union arg *arg) { |