mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 13:03:41 -04:00
16 lines
488 B
Plaintext
16 lines
488 B
Plaintext
$NetBSD: patch-ag,v 1.2 2004/11/26 09:10:11 adam Exp $
|
|
|
|
--- src/timestampWidget.h.orig 2002-01-05 16:20:27.000000000 +0000
|
|
+++ src/timestampWidget.h
|
|
@@ -44,6 +44,10 @@ typedef struct W_TimeStamp TimeStamp;
|
|
|
|
/* Function Prototypes - timestampWidget.c ***********************************/
|
|
|
|
+#ifndef BOOL
|
|
+#define BOOL int
|
|
+#endif
|
|
+
|
|
extern W_Class InitTimeStamp(WMScreen*);
|
|
extern TimeStamp *CreateTimeStamp(WMWidget*);
|
|
extern void SetTimeStampBlank(TimeStamp*, Bool);
|