Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / x11 / xview-clients / patches / patch-dr
bloba5e4cbdbf4eddff47b378fb0556dd0cc1208dddb
1 $NetBSD: patch-dr,v 1.1 2008/08/30 20:03:03 dholland Exp $
3 --- clock/clock.c.orig  1993-06-29 05:11:39.000000000 +0000
4 +++ clock/clock.c
5 @@ -206,6 +206,11 @@ typedef struct clckObject {
6         Menu                    menu;
7         } ClockObject, *Clock;
8  
9 +static int min(int a, int b);
10 +static int armwidth(int r);
11 +static int seconds_on(Options o);
12 +static int date_on(Options o);
14  Server_image   handspr;
15  Server_image   spotpr;
16  Server_image   dotspr;