summaryrefslogtreecommitdiff
path: root/app/oclock/ClockP.h
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2012-02-18 09:08:56 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2012-02-18 09:08:56 +0000
commita1c97bfd435ae2d92f1d473880d74b2d0b94f774 (patch)
treed8dcf3d028c9a78000b55c2cefe720dc0395cdcd /app/oclock/ClockP.h
parentc1f2d0aef4b6840db6b7e7e8700e042fad82f387 (diff)
Update to oclock 1.0.3
Diffstat (limited to 'app/oclock/ClockP.h')
-rw-r--r--app/oclock/ClockP.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/oclock/ClockP.h b/app/oclock/ClockP.h
index cc075a897..794077968 100644
--- a/app/oclock/ClockP.h
+++ b/app/oclock/ClockP.h
@@ -1,4 +1,3 @@
-/* $Xorg: ClockP.h,v 1.4 2001/02/09 02:05:33 xorgcvs Exp $ */
/*
Copyright 1993, 1998 The Open Group
@@ -26,7 +25,6 @@ other dealings in this Software without prior written authorization
from The Open Group.
*/
-/* $XFree86: xc/programs/oclock/ClockP.h,v 1.4 2001/01/17 23:45:01 dawes Exp $ */
#ifndef _ClockP_h
@@ -88,7 +86,7 @@ extern ClockClassRec clockClassRec;
extern void paint_jewel ( ClockWidget w, Drawable d, GC gc );
extern int check_jewel_poly ( ClockWidget w, TPoint poly[6] );
extern void check_jewel ( ClockWidget w, Drawable d, GC gc );
-extern void compute_hand ( ClockWidget w, double a, double l, double width,
+extern void compute_hand ( ClockWidget w, double a, double l, double width,
TPoint poly[6] );
extern void compute_hands ( ClockWidget w );
extern void paint_hand ( ClockWidget w, Drawable d, GC gc, TPoint poly[6] );