From 1d92de9867b756ba2efc84017e3a0897df88283d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rodolfo=20Garc=C3=ADa=20Pe=C3=B1as=20=28kix=29?= Date: Sat, 15 Aug 2015 10:38:20 +0200 Subject: [PATCH] wmtime uses libdockapp MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The dockapp wmtime uses the new version of libdockapp and do not use libwmgeneral. Signed-off-by: Rodolfo García Peñas (kix) --- wmtime/Makefile | 2 +- wmtime/wmtime.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wmtime/Makefile b/wmtime/Makefile index 20783e7..bd7c5f9 100755 --- a/wmtime/Makefile +++ b/wmtime/Makefile @@ -1,4 +1,4 @@ -LIBS = -lXpm -lXext -lX11 -lm -lwmgeneral +LIBS = -lXpm -lXext -lX11 -lm -ldockapp OBJS = wmtime.o XPMS = wmtime-master.xpm wmtime-mask.xbm PREFIX = /usr/local diff --git a/wmtime/wmtime.c b/wmtime/wmtime.c index 687215e..406c2da 100644 --- a/wmtime/wmtime.c +++ b/wmtime/wmtime.c @@ -89,8 +89,8 @@ #include /* for waitpid, WNOHANG */ #include /* for tm, time, localtime */ #include /* for usleep */ -#include "wmgeneral/misc.h" /* for execCommand */ -#include "wmgeneral/wmgeneral.h" /* for copyXPMArea, RedrawWindow, etc */ +#include "libdockapp/misc.h" /* for execCommand */ +#include "libdockapp/wmgeneral.h" /* for copyXPMArea, RedrawWindow, etc */ #include "wmtime-mask.xbm" /* for wmtime_mask_bits */ #include "wmtime-master.xpm" /* for wmtime_master_xpm */ -- 2.11.4.GIT