diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-02 22:09:49 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-02 22:09:49 +0000 |
commit | 8731755ab4dc79f95f0a5ed8dfc8ae3bb9536256 (patch) | |
tree | b561c06699cfbdb0d771f5b7eda29587662f13c8 /cmd-bind-key.c | |
parent | 95cc21c25180d0f2e7b488983e3078834343d162 (diff) | |
download | rtmux-8731755ab4dc79f95f0a5ed8dfc8ae3bb9536256.tar.gz rtmux-8731755ab4dc79f95f0a5ed8dfc8ae3bb9536256.tar.bz2 rtmux-8731755ab4dc79f95f0a5ed8dfc8ae3bb9536256.zip |
Add a windowonly generic command and use it where appropriate. Also trim includes and unused.
Diffstat (limited to 'cmd-bind-key.c')
-rw-r--r-- | cmd-bind-key.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd-bind-key.c b/cmd-bind-key.c index 3ad55797..49535b97 100644 --- a/cmd-bind-key.c +++ b/cmd-bind-key.c @@ -1,4 +1,4 @@ -/* $Id: cmd-bind-key.c,v 1.10 2008-06-02 21:08:36 nicm Exp $ */ +/* $Id: cmd-bind-key.c,v 1.11 2008-06-02 22:09:49 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -90,7 +90,7 @@ error: } void -cmd_bind_key_exec(void *ptr, unused struct cmd_ctx *ctx) +cmd_bind_key_exec(void *ptr, struct cmd_ctx *ctx) { struct cmd_bind_key_data *data = ptr; |