]> git.sur5r.net Git - i3/i3/commit - src/config_parser.c
Move check_for_duplicate_bindings to bindings.[ch]
authorTony Crisci <tony@dubstepdish.com>
Wed, 23 Apr 2014 01:41:28 +0000 (21:41 -0400)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 26 Apr 2014 10:10:33 +0000 (12:10 +0200)
commit02ff10aadbeaa2e6d69a5929480ddf7e57b53a44
treeb64b89fbab738196e33731a45b26c61635a24051
parentea551e4d99425011799c09eb1ac66c9a82e8fdaa
Move check_for_duplicate_bindings to bindings.[ch]

Additionally add a check for the same input_type (mouse or keyboard).
Bindings with different input types cannot be duplicates.
include/bindings.h
src/bindings.c
src/config_parser.c