pkgsrc/x11/xview-clients/patches/patch-dr
abs 92b1db2025 - Add PKG_DESTDIR_SUPPORT
- Mark as LICENSE sun-openlook-license
- Bump pkgrevision
2009-12-10 20:37:36 +00:00

16 lines
419 B
Text

$NetBSD: patch-dr,v 1.2 2009/12/10 20:37:38 abs Exp $
--- clock/clock.c.orig 1993-06-29 05:11:39.000000000 +0000
+++ clock/clock.c
@@ -206,6 +206,11 @@ typedef struct clckObject {
Menu menu;
} ClockObject, *Clock;
+static int min(int a, int b);
+static int armwidth(int r);
+static int seconds_on(Options o);
+static int date_on(Options o);
+
Server_image handspr;
Server_image spotpr;
Server_image dotspr;