mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -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
209 B
C
11 lines
209 B
C
--- wmgeneral/wmgeneral.c.orig 2021-02-09 17:08:45 UTC
|
|
+++ wmgeneral/wmgeneral.c
|
|
@@ -55,6 +55,8 @@
|
|
/* X11 Variables */
|
|
/*****************/
|
|
|
|
+Display *display;
|
|
+
|
|
Window Root;
|
|
int screen;
|
|
int x_fd;
|