]> git.sur5r.net Git - i3/i3lock/commit
Initial commit of the XCB rewrite of i3lock
authorMichael Stapelberg <michael@stapelberg.de>
Fri, 16 Jul 2010 15:35:51 +0000 (17:35 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 16 Jul 2010 15:35:51 +0000 (17:35 +0200)
commit1dc3fd7bf000b57f8462416ae3e17f2f580d2020
treec99f60831281a1ac59aecf2cc21f22c106798608
parentb4c10df0fc8440804d87e4df2f68a860b0bb08af
Initial commit of the XCB rewrite of i3lock

Changes:
- Uses XCB instead of Xlib (like i3), thus cleaner/faster code
- Uses cairo to load PNG images (*much* faster than XPM)
LICENSE
Makefile
i3lock.c
keysym2ucs.c [new file with mode: 0644]
keysym2ucs.h [new file with mode: 0644]
ucs2_to_utf8.c [new file with mode: 0644]
ucs2_to_utf8.h [new file with mode: 0644]
xcb.c [new file with mode: 0644]
xcb.h [new file with mode: 0644]