summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-26 22:49:10 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-26 22:49:10 +0000
commit77a4dd79a905ee1d3aff80c27e0b01f9e76ba6a8 (patch)
treed54c4a10f0a63ad262470fee274627513e202f07
parent248f03b4a519c635bdfa16ae1c7aa708a006c580 (diff)
merge latest (4.3.99.16) from XFree86 (vendor) branchXORG-RELEASE-1-BASEXEVIE-MERGEXEVIE-BASEXINERAMA_2XEVIE
-rw-r--r--xbiff.c8
1 files 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 <stdio.h>
#include <stdlib.h>
@@ -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 ("<Message>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);