Add wmlib folder back
commitd3cb286428b03091088057a11e803e5e9b00862e
authorCarlos R. Mafra <crmafra@gmail.com>
Sun, 26 Feb 2012 19:14:23 +0000 (26 19:14 +0000)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 26 Feb 2012 19:43:37 +0000 (26 19:43 +0000)
tree5ef5d9021285d6c611714887a4203a7c2b47fd5c
parent882edc04d2e9d0e72c7979e5704f153a7f9dfad8
Add wmlib folder back

It was removed on 67a8a826703507bebad2 with the assumption that
nothing was using it. But that was not really the case - FSViewer
used it.

I've just tested it. After a trivial fix regarding the change in
the function definition of WMWritePropListToFile(), FSViewer
compiles and even seems to work (didn't test much though).

So let's not be unfair with FSViewer and put wmlib back. FSViewer
might even be used for educational purposes for people wanting to
write apps using WINGs etc.
14 files changed:
Makefile.am
configure.ac
test/Makefile.am [new file with mode: 0644]
test/notest.c [new file with mode: 0644]
test/wtest.c [new file with mode: 0644]
wmlib/COPYING.LIB [new file with mode: 0644]
wmlib/Makefile.am [new file with mode: 0644]
wmlib/WMaker.h [new file with mode: 0644]
wmlib/app.c [new file with mode: 0644]
wmlib/app.h [new file with mode: 0644]
wmlib/command.c [new file with mode: 0644]
wmlib/event.c [new file with mode: 0644]
wmlib/menu.c [new file with mode: 0644]
wmlib/menu.h [new file with mode: 0644]