]> git.sur5r.net Git - i3/i3/commit
Move keyboard binding accessor to bindings.[ch]
authorTony Crisci <tony@dubstepdish.com>
Sat, 22 Feb 2014 00:10:21 +0000 (19:10 -0500)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 26 Feb 2014 21:26:05 +0000 (22:26 +0100)
commit3d6d0c134c0980e693d087a74a3b8de609776d4f
tree4d46b8ff4a61b7ef2ba3456a5a3cd4a357f903a6
parent0f6c411f0649d69d2a9afa6ee5e824ce0c7af746
Move keyboard binding accessor to bindings.[ch]

Rename `get_binding` to `get_keyboard_binding` and ensure that this
function only accesses bindings of type B_KEYBOARD. Other types of
bindings (e.g. mouse bindings) will be accessed by a different function.
include/bindings.h
include/config.h
src/bindings.c
src/config.c
src/key_press.c