diff options
Diffstat (limited to 'xc/lib/Xt/Geometry.c')
-rw-r--r-- | xc/lib/Xt/Geometry.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/xc/lib/Xt/Geometry.c b/xc/lib/Xt/Geometry.c index cb804bb33..fa3cc822f 100644 --- a/xc/lib/Xt/Geometry.c +++ b/xc/lib/Xt/Geometry.c @@ -1,4 +1,4 @@ -/* $TOG: Geometry.c /main/69 1998/02/06 13:22:07 kaleb $ CHECKEDOUT */ +/* $Xorg: Geometry.c,v 1.4 2000/08/17 19:46:11 cpqbld Exp $ */ /*********************************************************** Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts @@ -54,7 +54,7 @@ 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/lib/Xt/Geometry.c,v 1.8 2000/10/21 03:16:16 keithp Exp $ */ +/* $XFree86: xc/lib/Xt/Geometry.c,v 1.9 2001/01/17 19:43:04 dawes Exp $ */ #include "IntrinsicI.h" #include "ShellP.h" @@ -554,7 +554,6 @@ void XtResizeWindow(w) LOCK_APP(app); if (XtIsRealized(w)) { - XWindowChanges changes; req.changes.width = w->core.width; req.changes.height = w->core.height; req.changes.border_width = w->core.border_width; |