[PATCH 3/3] wmtime uses libdockapp

Rodolfo García Peñas (kix) <[email protected]>
Newsgroups gmane.compw.window-managers.windowmaker.devel
Message-ID <[email protected]>
The dockapp wmtime uses the new version of libdockapp and do not use
libwmgeneral.

Signed-off-by: Rodolfo García Peñas (kix) <[email protected]>
---
 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 <sys/wait.h>                  /* for waitpid, WNOHANG */
 #include <time.h>                      /* for tm, time, localtime */
 #include <unistd.h>                    /* 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.5.0


-- 
To unsubscribe, send mail to [email protected].
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.