diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:29:02 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:29:02 +0000 |
commit | bd8264b017134cc6def3657a3c770e1a9841ca67 (patch) | |
tree | 51b3b7cb069afeabc947b9c36e6b5ae242ea2e9d | |
parent | 71633e81c3dd2135c7c4c67c954dc0b7f162f7dc (diff) |
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_903_specialxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16xf86-012804-2330
-rw-r--r-- | oclock.c | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 2001/12/14 20:01:00 dawes Exp $ */ +/* $XFree86: xc/programs/oclock/oclock.c,v 1.8 2003/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", |