]> git.sur5r.net Git - i3/i3/commit
Move get_mod_mask to libi3, use it in i3 and i3-config-wizard
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 23 Oct 2011 20:26:15 +0000 (21:26 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 23 Oct 2011 20:26:15 +0000 (21:26 +0100)
commit91134f75c0c99581dd7c4e7aaeabcff673fafc5b
treee47b0fbcbf05bba6e8ff46a9540c59be6839e008
parenta512b99a5187be14d399a565baba372c313f74db
Move get_mod_mask to libi3, use it in i3 and i3-config-wizard

Also, the API changed a bit. There are two functions now, both assume you
already got the keysyms (which is the case for i3 and i3-config-wizard),
one gets the modifier mapping for you (aio_get_mod_mask_for) while the other
assumes you also got that. No roundtrips are required for the latter.
i3-config-wizard/main.c
i3-config-wizard/xcb.c
i3-config-wizard/xcb.h
include/libi3.h
include/xcb.h
libi3/get_mod_mask.c [new file with mode: 0644]
src/handlers.c
src/main.c
src/xcb.c