Okay Raster, don't shoot me. I've cleaned up the whole thing. I've
authorcpk <cpk>
Mon, 30 Jul 2001 16:59:37 +0000 (16:59 +0000)
committercpk <cpk@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 30 Jul 2001 16:59:37 +0000 (16:59 +0000)
commit637e5ce74bb7c9b6ee0e4d2b3c7c094d0d7c36cf
treef4f625d2bb4183a7f22fd3ad78113c67703ca507
parentf1689e5a664269ac40fa2addf59acd7120b4cd7c
Okay Raster, don't shoot me. I've cleaned up the whole thing. I've
added header files for most of the logical units, which greatly
reduces the size of e.h. The dependencies are probably still a bit
too dense, I'll look at that next. Things don't get rebuilt completely
any more when efsd is updated. I've also started command line options.
Only version info and the display variable are recognized so far.
I see no warnings here on my machine. Hope I didn't break anything.

SVN revision: 5014
38 files changed:
AUTHORS
acconfig.h
configure.in
src/Makefile.am
src/actions.c
src/actions.h [new file with mode: 0644]
src/background.c
src/background.h [new file with mode: 0644]
src/border.c
src/border.h [new file with mode: 0644]
src/config.c
src/config.h [new file with mode: 0644]
src/desktops.c
src/desktops.h [new file with mode: 0644]
src/e.h
src/entry.c
src/entry.h [new file with mode: 0644]
src/exec.c
src/exec.h [new file with mode: 0644]
src/fs.c
src/fs.h [new file with mode: 0644]
src/icccm.c
src/icccm.h [new file with mode: 0644]
src/ipc.c
src/ipc.h [new file with mode: 0644]
src/keys.c
src/keys.h [new file with mode: 0644]
src/main.c
src/menu.c
src/menu.h [new file with mode: 0644]
src/menubuild.c
src/menubuild.h [new file with mode: 0644]
src/resist.c
src/resist.h [new file with mode: 0644]
src/util.c
src/util.h [new file with mode: 0644]
src/view.c
src/view.h [new file with mode: 0644]