Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xorg
app
oclock
Commits
b639d683
Commit
b639d683
authored
Nov 26, 2003
by
Kaleb Keithley Keithley
Browse files
merge latest (4.3.99.16) from XFree86 (vendor) branch
parent
4741472b
Changes
1
Hide whitespace changes
Inline
Side-by-side
oclock.c
View file @
b639d683
...
...
@@ -23,7 +23,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/oclock/oclock.c,v 1.
7
200
1/12/14 20:01:00 dawes
Exp $ */
/* $XFree86: xc/programs/oclock/oclock.c,v 1.
8
200
3/05/27 22:26:57 tsi
Exp $ */
#include
<X11/Intrinsic.h>
#include
<X11/Xatom.h>
...
...
@@ -108,7 +108,6 @@ main(int argc, char *argv[])
{
XtAppContext
xtcontext
;
Widget
toplevel
;
Widget
clock
;
Arg
arg
[
2
];
int
i
;
...
...
@@ -139,7 +138,7 @@ main(int argc, char *argv[])
i
++
;
XtSetValues
(
toplevel
,
arg
,
i
);
clock
=
XtCreateManagedWidget
(
"clock"
,
clockWidgetClass
,
toplevel
,
NULL
,
0
);
(
void
)
XtCreateManagedWidget
(
"clock"
,
clockWidgetClass
,
toplevel
,
NULL
,
0
);
XtRealizeWidget
(
toplevel
);
wm_delete_window
=
XInternAtom
(
XtDisplay
(
toplevel
),
"WM_DELETE_WINDOW"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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