diff options
author | okan | 2012-05-13 15:15:54 +0000 |
---|---|---|
committer | okan | 2012-05-13 15:15:54 +0000 |
commit | a7fdbbaff8e839b3c9097edf51908719e1d00ced (patch) | |
tree | 1e061e814ba96c5d5f4101b33f4cb6432ab085f3 /conf.c | |
parent | 7c3325dfdd5af514692f91a151dbd0d3eafb2807 (diff) | |
download | cwm-a7fdbbaff8e839b3c9097edf51908719e1d00ced.tar.gz |
knf, some from a diff from Tiago Cunha.
Diffstat (limited to '')
-rw-r--r-- | conf.c | 4 |
1 files changed, 2 insertions, 2 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: conf.c,v 1.98 2012/05/10 00:39:47 okan Exp $ + * $OpenBSD: conf.c,v 1.99 2012/05/13 15:15:54 okan Exp $ */ #include <sys/param.h> @@ -642,7 +642,7 @@ conf_grab_mouse(struct client_ctx *cc) TAILQ_FOREACH(mb, &Conf.mousebindingq, entry) { if (mb->context != MOUSEBIND_CTX_WIN) - continue; + continue; switch(mb->button) { case 1: |