[PATCH 5/8] wmdots: Include string.h.

2017-02-24 Thread Doug Torrance
--- wmdots/wmdots.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmdots/wmdots.c b/wmdots/wmdots.c index f664209..670d538 100644 --- a/wmdots/wmdots.c +++ b/wmdots/wmdots.c @@ -83,7 +83,7 @@ #include #include #include - +#include #include #include #include "maste

[PATCH 2/8] wmdots: Use wmgeneral from libdockapp.

2017-02-24 Thread Doug Torrance
--- wmdots/wmdots/Makefile | 4 +- wmdots/wmdots/wmdots.c | 2 +- wmdots/wmgeneral/list.c | 169 --- wmdots/wmgeneral/list.h | 59 -- wmdots/wmgeneral/misc.c | 164 --- wmdots/wmgeneral/misc.h | 9 - wmdots/wmgeneral/wmgeneral.c |

[PATCH 4/8] wmdots: Add -f option to rm for clean target in Makefile.

2017-02-24 Thread Doug Torrance
--- wmdots/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wmdots/Makefile b/wmdots/Makefile index 46cea12..8a1c0f4 100755 --- a/wmdots/Makefile +++ b/wmdots/Makefile @@ -12,9 +12,9 @@ all:: wmdots clean:: for i in $(OBJS) ; do \ - rm $$i ;

[PATCH 1/8] wmdots: Remove precompiled binary and object files.

2017-02-24 Thread Doug Torrance
--- wmdots/wmdots/wmdots | Bin 62534 -> 0 bytes wmdots/wmdots/wmdots.o | Bin 53132 -> 0 bytes wmdots/wmgeneral/list.o | Bin 1436 -> 0 bytes wmdots/wmgeneral/misc.o | Bin 2036 -> 0 bytes wmdots/wmgeneral/wmgeneral.o | Bin 7992 -> 0 bytes 5 files changed, 0 insertions(+)

[PATCH 7/8] wmdots: Fix typo in Makefile - use correct name for binary.

2017-02-24 Thread Doug Torrance
--- wmdots/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmdots/Makefile b/wmdots/Makefile index 8a1c0f4..077aba2 100755 --- a/wmdots/Makefile +++ b/wmdots/Makefile @@ -5,7 +5,7 @@ OBJS = wmdots.o .c.o: cc -c -g -O2 -Wall $< -o $*.o -wmifs: $(OBJS) +wmdot

[PATCH 6/8] wmdots: Rename local sincos() to avoid conflicting types warning.

2017-02-24 Thread Doug Torrance
--- wmdots/wmdots.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wmdots/wmdots.c b/wmdots/wmdots.c index 670d538..28654fd 100644 --- a/wmdots/wmdots.c +++ b/wmdots/wmdots.c @@ -410,7 +410,7 @@ void do_trails(void) // -

[PATCH 8/8] wmfortune: Use short unsigned int for dockapp dimensions.

2017-02-24 Thread Doug Torrance
Avoids incompatible pointer type warnings. --- wmfortune/wmfortune.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wmfortune/wmfortune.c b/wmfortune/wmfortune.c index a32c380..80e0711 100644 --- a/wmfortune/wmfortune.c +++ b/wmfortune/wmfortune.c @@ -25,6 +25,7 @@ #inclu

[PATCH 2/2] Fixed couple of compilator warning and removed unused macros.

2017-02-24 Thread Roman Dobosz
--- WINGs/wcolorpanel.c | 3 --- WINGs/wfontpanel.c | 4 ++-- WINGs/wsplitview.c | 3 --- src/defaults.c | 9 - src/wmspec.c| 1 - src/workspace.c | 1 - util/wmiv.c | 11 ++- 7 files changed, 12 insertions(+), 20 deletions(-) diff --git a/WINGs/wc

[PATCH 1/2] Removed trailing whitespaces from readme files.

2017-02-24 Thread Roman Dobosz
--- AUTHORS | 4 +-- BUGFORM | 8 ++--- BUGS| 4 +-- COPYING.WTFPL | 2 +- NEWS| 86 - README | 24 +++--- README.definable-cursor | 2 +-

[PATCH 0/2] Clean up the sources

2017-02-24 Thread Roman Dobosz
This two patches are mainly for cleaning up source tree. First patch removed trailing whitespaces from docs, second one is about fixing couple of compiler warnings. -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.