[PATCH 6/9] wmomikuzi: Use short unsigned ints for dockapp dimensions.

2017-02-23 Thread Doug Torrance
Fixes "incompatible pointer type" warnings. --- wmomikuzi/wmomikuzi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmomikuzi/wmomikuzi.c b/wmomikuzi/wmomikuzi.c index c49bc5a..56702ba 100644 --- a/wmomikuzi/wmomikuzi.c +++ b/wmomikuzi/wmomikuzi.c @@ -82,7 +82,7 @@ main(int a

[PATCH 3/9] wmhexaclock: Remove precompiled binary from git.

2017-02-23 Thread Doug Torrance
--- wmhexaclock/wmHexaClock | Bin 23868 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100755 wmhexaclock/wmHexaClock diff --git a/wmhexaclock/wmHexaClock b/wmhexaclock/wmHexaClock deleted file mode 100755 index d026cdaa4d4078b3fd8a819bcd35367eb42c88f9..

[PATCH 5/9] wmomikuzi: Don't try and compile local libdockapp.

2017-02-23 Thread Doug Torrance
--- wmomikuzi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmomikuzi/Makefile b/wmomikuzi/Makefile index 9e7f0c4..95c50d9 100644 --- a/wmomikuzi/Makefile +++ b/wmomikuzi/Makefile @@ -13,7 +13,7 @@ CC = gcc OPTIMIZE = -O2 XLIBDIR = /usr/X11R6/lib XLIB = -ldockapp

[PATCH 2/9] wmfu: Indicate directory of wireless header file.

2017-02-23 Thread Doug Torrance
--- wmfu/linux/system.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmfu/linux/system.c b/wmfu/linux/system.c index a5df183..a2dddc8 100644 --- a/wmfu/linux/system.c +++ b/wmfu/linux/system.c @@ -26,7 +26,7 @@ #include #include #include -#include +#include #inclu

[PATCH 4/9] wmmoonclock: Remove Debian directory.

2017-02-23 Thread Doug Torrance
--- wmmoonclock/debian/README.Debian| 8 - wmmoonclock/debian/changelog| 285 wmmoonclock/debian/compat | 1 - wmmoonclock/debian/control | 17 -- wmmoonclock/debian/copyright| 37 - wmmoonclock/d

[PATCH 7/9] wmomikuzi: main() returns an int.

2017-02-23 Thread Doug Torrance
--- wmomikuzi/wmomikuzi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmomikuzi/wmomikuzi.c b/wmomikuzi/wmomikuzi.c index 56702ba..824ab11 100644 --- a/wmomikuzi/wmomikuzi.c +++ b/wmomikuzi/wmomikuzi.c @@ -73,7 +73,7 @@ static DAProgramOption options[] = { {"-d", "--dis

[PATCH 1/9] wmfemon: Fix linking order to avoid undefined reference errors.

2017-02-23 Thread Doug Torrance
--- wmfemon/makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wmfemon/makefile b/wmfemon/makefile index 0a26dff..76d27f0 100644 --- a/wmfemon/makefile +++ b/wmfemon/makefile @@ -2,7 +2,8 @@ CC = gcc #OPT = -pg -g -DPRO OPT= -O3 -fomit-frame-pointer CFLAGS

[PATCH 8/9] wmpop3: Use wmgeneral from libdockapp.

2017-02-23 Thread Doug Torrance
--- wmpop3/wmgeneral/list.c | 169 --- wmpop3/wmgeneral/list.h | 59 -- wmpop3/wmgeneral/misc.c | 164 --- wmpop3/wmgeneral/misc.h | 9 - wmpop3/wmgeneral/wmgeneral.c | 481 --- wmpop3/wmgeneral/wmgeneral.h

[PATCH 9/9] wmpop3lb: Use wmgeneral from libdockapp.

2017-02-23 Thread Doug Torrance
--- wmpop3lb/wmgeneral/list.c | 169 --- wmpop3lb/wmgeneral/list.h | 59 - wmpop3lb/wmgeneral/misc.c | 164 -- wmpop3lb/wmgeneral/misc.h | 9 - wmpop3lb/wmgeneral/wmgeneral.c | 480 - wmpop3lb/wmgeneral/wmge