split off specials from conky.c
authorPhil Sutter <phil@nwl.cc>
Sun, 22 Feb 2009 16:53:30 +0000 (17:53 +0100)
committerPhil Sutter <phil@nwl.cc>
Sun, 22 Feb 2009 18:04:33 +0000 (19:04 +0100)
commite28f79a133792323d738804bde1f86c9c5d53c30
tree3572488854fd82300218d70befaf66de5e7c2e45
parentf198fc934b9c67d0be725633f179c2da0d90ef91
split off specials from conky.c

As a side effect, font and colour specific stuff got outsourced, too.
This is because the apropriate functions are used by conky.c as well as
specials.c, so they should be kept on their own.

In the long term I hope for positive impact on the X11 integration mess.
(Take e.g. the mass of X11 ifdefs cluttering conky.c.) Though this
commit contains no optimisations in this direction, just plain
outsourcing, to ensure minimised (intended: none) changes to conky's
interface behaviour.
src/Makefile.am
src/colours.c [new file with mode: 0644]
src/colours.h [new file with mode: 0644]
src/conky.c
src/conky.h
src/fonts.c [new file with mode: 0644]
src/fonts.h [new file with mode: 0644]
src/specials.c [new file with mode: 0644]
src/specials.h [new file with mode: 0644]