mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-06 11:41:52 +00:00
5affb4474f
WMScript allows to specify a command and have the numeric result of that command displayed in the dock app's window. Up to 5 things to monitor, the interval is configurable. See http://freshmeat.sourceforge.net/projects/wmscript for details. PR: 253346 Submitted by: Igor Pokrovsky <ip@unixway.org> (maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D28558
11 lines
211 B
C
11 lines
211 B
C
--- wmscript/wmscript.c.orig 2000-01-16 13:28:42 UTC
|
|
+++ wmscript/wmscript.c
|
|
@@ -31,7 +31,6 @@
|
|
#include <sys/ioctl.h>
|
|
#include <sys/socket.h>
|
|
|
|
-#include <utmp.h>
|
|
#include <dirent.h>
|
|
|
|
#include <X11/Xlib.h>
|