ports/sysutils/wmscript/files/patch-wmgeneral_wmgeneral.h
Rainer Hurling 5affb4474f 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
2021-02-10 17:04:17 +00:00

11 lines
271 B
C

--- 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 */