exec: put all exec-related stuff into it's own file
authorPhil Sutter <phil@nwl.cc>
Thu, 15 Oct 2009 19:51:21 +0000 (21:51 +0200)
committerPhil Sutter <phil@nwl.cc>
Tue, 3 Nov 2009 00:50:28 +0000 (01:50 +0100)
commit7a168c377b951627cf539eb93a4b7b5f6813b1d5
tree7dcfabcf7ab298be97f5167a9d303e713d02eae8
parent2631f4282065f52708cbf5eb2701077df59164a0
exec: put all exec-related stuff into it's own file

While here, also merge the execi and texeci fields of struct
text_object, so more common code can be shared in between.
src/Makefile.am
src/conky.c
src/conky.h
src/core.c
src/exec.c [new file with mode: 0644]
src/exec.h [new file with mode: 0644]
src/text_object.h