Subject: Re: pkg/34718: Patches for aterm
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Thomas Klausner <wiz@NetBSD.org>
List: pkgsrc-bugs
Date: 10/06/2006 07:20:02
The following reply was made to PR pkg/34718; it has been noted by GNATS.

From: Thomas Klausner <wiz@NetBSD.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: pkg/34718: Patches for aterm
Date: Fri, 6 Oct 2006 09:16:41 +0200

 What's this?
 
 On Thu, Oct 05, 2006 at 02:50:00AM +0000, Christian Biere wrote:
 > --- /dev/null	2006-10-05 04:22:41.000000000 +0200
 > +++ patches/patch-af	2006-10-05 03:42:26.000000000 +0200
 > @@ -0,0 +1,21 @@
 > +$NetBSD$
 > +
 > +--- src/main.c	2005-06-20 18:10:19.000000000 +0200
 > ++++ src/main.c	2006-10-05 03:36:49.000000000 +0200
 > +@@ -1037,12 +1037,16 @@
 > + 	XConfigureEvent *xconf = &(ev->xconfigure);
 > + 	
 > + 	while( XCheckTypedWindowEvent( Xdisplay, TermWin.parent, ConfigureNotify, ev ) );
 > ++#if !defined(NO_DEBUG_OUTPUT)
 > + 	fprintf( stderr, "config_geom = %dx%d\n", xconf->width, xconf->height );
 > ++#endif
 > +     resize_window1(xconf->width, xconf->height);
 > + #if 1
 > + 	XTranslateCoordinates (Xdisplay, TermWin.parent, Xroot, 0, 0, &root_x, &root_y, &wdumm);
 > + 
 > ++#if !defined(NO_DEBUG_OUTPUT)
 > + 	fprintf( stderr, "root_geom = %dx%d%+d%+d, root_size = %dx%d\n", xconf->width, xconf->height, root_x, root_y, XdisplayWidth, XdisplayHeight ); 
 > ++#endif
 > + 	TermWin.root_x = root_x ; 
 > + 	TermWin.root_y = root_y ; 
 > + 	TermWin.root_width = xconf->width ; 
 
  Thomas