]> git.sur5r.net Git - i3/i3/commit
Switch to xcb-xkb and libxkbcommon
authorMichael Stapelberg <michael@stapelberg.de>
Thu, 2 Jan 2014 07:40:03 +0000 (08:40 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 21 Jun 2014 17:10:37 +0000 (19:10 +0200)
commit3f5a0f0024b7c77fadea6431e356c0fc060e2986
tree951d36b2c8aee46684332cef673bccfaee7a6a70
parentcf6cc134b8a25578aa4994143e72cde7fcc15c4b
Switch to xcb-xkb and libxkbcommon

This removes our last dependency on Xlib! :)

(Okay, an Xlib dependency still comes in through other libraries that we
 link against, but it’s not us. Our code is simpler by this change and
 uses one less connection to X11.)
13 files changed:
common.mk
debian/control
i3-config-wizard/i3-config-wizard.mk
i3-config-wizard/main.c
i3bar/i3bar.mk
i3bar/src/xcb.c
include/handlers.h
include/i3.h
src/bindings.c
src/config.c
src/handlers.c
src/i3.mk
src/main.c