2013-09-26 17:14:40 +02:00

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: