diff options
author | Rainer Hurling <rhurlin@FreeBSD.org> | 2021-02-10 17:04:17 +0000 |
---|---|---|
committer | Rainer Hurling <rhurlin@FreeBSD.org> | 2021-02-10 17:04:17 +0000 |
commit | 5affb4474f0fc82f179c4d70e60e2d0c78cf8f50 (patch) | |
tree | aed744e8e9f8986bc4244f272829ea82899b8ebc /sysutils/wmscript/files/patch-wmgeneral_wmgeneral.h | |
parent | Updatye to 1.10.7. (diff) |
New port: sysutils/wmscript: System monitoring dockapp for Window Maker
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
Notes
Notes:
svn path=/head/; revision=564878
Diffstat (limited to 'sysutils/wmscript/files/patch-wmgeneral_wmgeneral.h')
-rw-r--r-- | sysutils/wmscript/files/patch-wmgeneral_wmgeneral.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/wmscript/files/patch-wmgeneral_wmgeneral.h b/sysutils/wmscript/files/patch-wmgeneral_wmgeneral.h new file mode 100644 index 000000000000..2aa7cf47264a --- /dev/null +++ b/sysutils/wmscript/files/patch-wmgeneral_wmgeneral.h @@ -0,0 +1,11 @@ +--- wmgeneral/wmgeneral.h.orig 2021-02-09 17:07:55 UTC ++++ wmgeneral/wmgeneral.h +@@ -36,7 +36,7 @@ typedef struct { + /* Global variable */ + /*******************/ + +-Display *display; ++extern Display *display; + + /***********************/ + /* Function Prototypes */ |