diff options
author | okan | 2014-01-30 15:41:11 +0000 |
---|---|---|
committer | okan | 2014-01-30 15:41:11 +0000 |
commit | 0a9f61cb393cf96147389b138b883df1ead53d6b (patch) | |
tree | 5e3cdcf3871402b00bb9215b34ad80d0f41d5c3a /kbfunc.c | |
parent | 32dd324f77b7e17e3fbfda6b85c2cad6c47787ea (diff) | |
download | cwm-0a9f61cb393cf96147389b138b883df1ead53d6b.tar.gz |
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 | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: kbfunc.c,v 1.94 2014/01/29 22:30:00 okan Exp $ + * $OpenBSD: kbfunc.c,v 1.95 2014/01/30 15:41:11 okan Exp $ */ #include <sys/param.h> @@ -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) { |