pkgsrc/sysutils/bbsload/patches/patch-ab
wiz 42a3e14049 Initial import of bbsload-0.2.5:
bbsload is one of the 'bbtools' for the BlackBox window manager.
It is a small (in dimensions) tool that will visualise various system
parameters, like avarage load and memory usage.
Provided by Martijn van Buul in pkg/16339.
2002-04-16 21:49:25 +00:00

13 lines
398 B
Text

$NetBSD: patch-ab,v 1.1.1.1 2002/04/16 21:49:27 wiz Exp $
--- bbsload.hh.orig Sun Apr 9 12:27:34 2000
+++ bbsload.hh
@@ -150,7 +150,7 @@
void reconfigure(void);
void CheckConfig(void);
void RedrawGauge(double,int);
- void RedrawLabel(double,int);
+ void RedrawLabel(double,int,int,BColor);
bool raised;
Resource *getResource(void) { return(resource); }
protected: