mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
14 lines
398 B
Plaintext
14 lines
398 B
Plaintext
$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:
|