]> git.sur5r.net Git - i3/i3/commit
Consolidate all convert_* functions into libi3.
authorFernando Tarlá Cardoso Lemos <fernandotcl@gmail.com>
Fri, 11 Nov 2011 23:18:37 +0000 (21:18 -0200)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 16 Nov 2011 20:54:30 +0000 (20:54 +0000)
commitfb11cc2d149bf49d54e29ee2b7ba0ef1a67bdf11
treeb2d2c69881443506db4ee94c6787a57691cd5b59
parent061f24b247dba6f4466447c6af104b26c994968a
Consolidate all convert_* functions into libi3.

Some minor fixes along the way as well. Very minor stuff, unlikely
to ever be visible to the user.
14 files changed:
i3-input/i3-input.h
i3-input/main.c
i3-input/ucs2_to_utf8.c [deleted file]
i3bar/include/common.h
i3bar/include/ucs2_to_utf8.h [deleted file]
i3bar/src/ucs2_to_utf8.c [deleted file]
include/libi3.h
include/util.h
include/xcb.h
libi3/ucs2_conversion.c [new file with mode: 0644]
src/sighandler.c
src/util.c
src/window.c
src/xcb.c