Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alan Coopersmith
xclock
Commits
7a5582d9
Commit
7a5582d9
authored
Feb 23, 2004
by
Kaleb Keithley Keithley
Browse files
merge most of XFree86 RC3 (4.3.99.903) from vendor branch. bug #214
parent
1099797c
Changes
1
Hide whitespace changes
Inline
Side-by-side
xclock.c
View file @
7a5582d9
...
...
@@ -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.1
6
200
2
/1
0
/2
1 13:33:08 alanh
Exp $ */
/* $XFree86: xc/programs/xclock/xclock.c,v 1.1
7
200
3
/1
2
/2
9 09:10:37 herrb
Exp $ */
#include
<stdio.h>
#include
<stdlib.h>
...
...
@@ -89,13 +89,14 @@ static Atom wm_delete_window;
static
void
Syntax
(
char
*
call
)
{
(
void
)
printf
(
"Usage: %s [-analog] [-bw <pixels>] [-digital] [-brief] [-utime] [-strftime <fmt-str>]
\n
"
,
call
);
(
void
)
printf
(
"Usage: %s [-analog] [-bw <pixels>] [-digital] [-brief]
\n
"
,
call
);
(
void
)
printf
(
" [-utime] [-strftime <fmt-str>]
\n
"
);
(
void
)
printf
(
" [-fg <color>] [-bg <color>] [-hd <color>]
\n
"
);
(
void
)
printf
(
" [-hl <color>] [-bd <color>]
\n
"
);
(
void
)
printf
(
" [-fn <font_name>] [-help] [-padding <pixels>]
\n
"
);
(
void
)
printf
(
" [-rv] [-update <seconds>] [-display displayname]
\n
"
);
#ifdef XRENDER
(
void
)
printf
(
" [-render] [-face <face name>] [-sharp]
\n
"
);
(
void
)
printf
(
" [-
[no]
render] [-face <face name>] [-sharp]
\n
"
);
#endif
(
void
)
printf
(
" [-geometry geom] [-twelve] [-twentyfour]
\n\n
"
);
exit
(
1
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment