pkgsrc/sysutils/fsviewer/patches/patch-ag
adam a4ac34ac04 Changes 0.2.5:
o All lists in preferencs panel and inspector panel are sorted
          in alphabetical order.
        o Added a russian (ru) translation.
        o Changed gettext DOMAIN from "FSViewer.app" to "FSViewer".
        o Removed dependency from "proplist-compat.h".
        o Comment out <sys/rlist.h> in FSUtils.c for FreeBSD 4.6.
        o Revised the german (de) translation (now more "NeXTish").
        o Changes in attribute inspector panel:
          - Link label now changes color (black/darkgrey)
          - File size is displayed in Bytes/KB/MB
        o A selection change in file viewer lists now updates the
          inspector panel.
2004-11-26 09:10:11 +00:00

15 lines
488 B
Text

$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);