]> git.sur5r.net Git - i3/i3/commit
refactor both i3-nagbar starts into src/util.c
authorMichael Stapelberg <michael@stapelberg.de>
Mon, 24 Dec 2012 15:53:20 +0000 (16:53 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 24 Dec 2012 15:53:20 +0000 (16:53 +0100)
commitb3d7531947a25d9212f8ed8db86909f64456bb3c
tree789bf756205399d298e1d0ef474ba05dcff85603
parentc127ac3855ac3fef150d0583cb7ae8a764d7e955
refactor both i3-nagbar starts into src/util.c

With this change, libev >= 4 is a hard dependency. It should be present
in all major linux distributions (even the latest ubuntu LTS).
12 files changed:
DEPENDS
debian/control
i3-nagbar/main.c
include/config_parser.h
include/key_press.h
include/libi3.h
include/util.h
libi3/get_process_filename.c [new file with mode: 0644]
src/commands.c
src/config_parser.c
src/key_press.c
src/util.c