From 8dcf7ae639f46e982131632b7cc0c37a8fd4ee97 Mon Sep 17 00:00:00 2001 From: Kaleb Keithley Date: Tue, 25 Nov 2003 19:29:03 +0000 Subject: XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks --- xbiff.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xbiff.c b/xbiff.c index 06250bc..16c43cf 100644 --- a/xbiff.c +++ b/xbiff.c @@ -28,7 +28,7 @@ other dealings in this Software without prior written authorization from the X Consortium. */ -/* $XFree86: xc/programs/xbiff/xbiff.c,v 1.3 2000/02/17 14:00:34 dawes Exp $ */ +/* $XFree86: xc/programs/xbiff/xbiff.c,v 1.4 2003/05/27 22:26:59 tsi Exp $ */ #include #include @@ -98,7 +98,7 @@ main (argc, argv) char **argv; { XtAppContext xtcontext; - Widget toplevel, w; + Widget toplevel; ProgramName = argv[0]; @@ -118,8 +118,8 @@ main (argc, argv) XtOverrideTranslations(toplevel, XtParseTranslationTable ("WM_PROTOCOLS: quit()")); - w = XtCreateManagedWidget ("mailbox", mailboxWidgetClass, toplevel, - NULL, 0); + (void) XtCreateManagedWidget ("mailbox", mailboxWidgetClass, toplevel, + NULL, 0); XtRealizeWidget (toplevel); (void) XSetWMProtocols (XtDisplay(toplevel), XtWindow(toplevel), &wm_delete_window, 1); -- cgit v1.2.3