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

2017-02-25 Thread Carlos R. Mafra
On Sat, 25 Feb 2017 at 8:00:23 +0100, Roman Dobosz wrote: > --- > 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 ++-

[PATCH 3/3] wmymail: Update libdockapp path.

2017-02-25 Thread Doug Torrance
--- wmymail/wmymail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmymail/wmymail.c b/wmymail/wmymail.c index 38d97db..dfe045f 100644 --- a/wmymail/wmymail.c +++ b/wmymail/wmymail.c @@ -9,7 +9,7 @@ #include #include #include -#include +#include #include "xpm/main

[PATCH 1/3] wmswallow: Link against libX11.

2017-02-25 Thread Doug Torrance
--- wmswallow/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmswallow/Makefile b/wmswallow/Makefile index b75aa24..84e2e62 100644 --- a/wmswallow/Makefile +++ b/wmswallow/Makefile @@ -5,7 +5,7 @@ RM=rm -f X=/usr/X11R6 INCLUDES=-I$(X)/include LIBPATHS=-L${X}/lib -L

[PATCH 2/3] wmxss: Remove precompiled binary and object files.

2017-02-25 Thread Doug Torrance
--- wmxss/Src/wmxss| Bin 13292 -> 0 bytes wmxss/Src/wmxss.o | Bin 5284 -> 0 bytes wmxss/Src/xutils.o | Bin 6724 -> 0 bytes 3 files changed, 0 insertions(+), 0 deletions(-) delete mode 100755 wmxss/Src/wmxss delete mode 100644 wmxss/Src/wmxss.o delete mode 100644 wmxss/Src/xutils.o diff