From 675dae12d00d7dcb9438d0ff0b177471ce9ccd29 Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Mon, 1 Mar 2004 15:06:59 +0000 Subject: 3. Added missing parts to XKB to make XEVIE branch compile (Egbert Eich). 2. Merged with XORG-CURRENT branch to obtain a bugfix (Egbert Eich). 1. First add of SUN's XIVIE extension (Stuart Kreitman). --- xclock.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/xclock.c b/xclock.c index 0ad6917..98f4a21 100644 --- a/xclock.c +++ b/xclock.c @@ -29,7 +29,7 @@ Except as contained in this notice, the name of The Open Group shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from The Open Group. */ -/* $XFree86: xc/programs/xclock/xclock.c,v 1.16 2002/10/21 13:33:08 alanh Exp $ */ +/* $XFree86: xc/programs/xclock/xclock.c,v 1.17 2003/12/29 09:10:37 herrb Exp $ */ #include #include @@ -89,13 +89,14 @@ static Atom wm_delete_window; static void Syntax(char *call) { - (void) printf ("Usage: %s [-analog] [-bw ] [-digital] [-brief] [-utime] [-strftime ]\n", call); + (void) printf ("Usage: %s [-analog] [-bw ] [-digital] [-brief]\n", call); + (void) printf (" [-utime] [-strftime ]\n"); (void) printf (" [-fg ] [-bg ] [-hd ]\n"); (void) printf (" [-hl ] [-bd ]\n"); (void) printf (" [-fn ] [-help] [-padding ]\n"); (void) printf (" [-rv] [-update ] [-display displayname]\n"); #ifdef XRENDER - (void) printf (" [-render] [-face ] [-sharp]\n"); + (void) printf (" [-[no]render] [-face ] [-sharp]\n"); #endif (void) printf (" [-geometry geom] [-twelve] [-twentyfour]\n\n"); exit(1); -- cgit v1.2.3