These patches add a new dockapp, wmload, to the dockapps repository. Carlos, could you tag the first commit wmload-0.9.2 and the last wmload-0.9.5?
Thanks! Doug Torrance (17): wmload: Add version 0.9.2 to repository. wmload: Replace deprecated Imakefile with Makefile. wmload: Add missing headers. wmload: Add missing format arguments to fprintf(). wmload: Add more missing headers. wmload: Pass XCreateBitmapFromData a pointer to char as expected. wmload: Add manpage from Debian. wmload: Split ChangeLog off from README. wmload: Incorporate changes from asload-0.9.3. wmload: Incorporate changes from asload-0.9.4. wmload: Remove trailing whitespace. wmload: Include sys/wait.h. wmload: Remove ">/dev/console" from default command to execute on click. wmload: Check if Execute string is empty by testing first character. wmload: Cast data from client message event to Atom for comparison. wmload: Replace deprecated usleep with nanosleep. wmload: Bump to version 0.9.5. wmload/ChangeLog | 123 ++++++++++++ wmload/INSTALL | 7 + wmload/Makefile | 21 ++ wmload/README | 63 ++++++ wmload/back.xpm | 118 ++++++++++++ wmload/mask.xpm | 67 +++++++ wmload/mask2.xbm | 35 ++++ wmload/wmload.1 | 51 +++++ wmload/wmload.c | 571 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 9 files changed, 1056 insertions(+) create mode 100644 wmload/ChangeLog create mode 100644 wmload/INSTALL create mode 100644 wmload/Makefile create mode 100644 wmload/README create mode 100644 wmload/back.xpm create mode 100644 wmload/mask.xpm create mode 100644 wmload/mask2.xbm create mode 100644 wmload/wmload.1 create mode 100644 wmload/wmload.c -- 2.1.0 -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.