wmtime uses libdockapp
The dockapp wmtime uses the new version of libdockapp and do not use libwmgeneral. Signed-off-by: Rodolfo García Peñas (kix) <kix@kix.es>
This commit is contained in:
		
							parent
							
								
									f35a87796f
								
							
						
					
					
						commit
						1d92de9867
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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 */
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue