mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 09:33:11 -04:00
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
271 B
C
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 */
|