From af2786db1552c9e951ae0ef9ac0b89652efacd19 Mon Sep 17 00:00:00 2001 From: sketch Date: Mon, 11 Dec 2006 12:23:24 +0000 Subject: Turn off pointless messages to stderr. --- x11/aterm/patches/patch-aa | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 x11/aterm/patches/patch-aa (limited to 'x11/aterm/patches') diff --git a/x11/aterm/patches/patch-aa b/x11/aterm/patches/patch-aa new file mode 100644 index 00000000000..d6bd21889bb --- /dev/null +++ b/x11/aterm/patches/patch-aa @@ -0,0 +1,17 @@ +$NetBSD: patch-aa,v 1.4 2006/12/11 12:23:24 sketch Exp $ + +--- src/main.c.orig 2006-12-11 12:19:55.000000000 +0000 ++++ src/main.c 2006-12-11 12:20:28.000000000 +0000 +@@ -1037,12 +1037,10 @@ + XConfigureEvent *xconf = &(ev->xconfigure); + + while( XCheckTypedWindowEvent( Xdisplay, TermWin.parent, ConfigureNotify, ev ) ); +- fprintf( stderr, "config_geom = %dx%d\n", xconf->width, xconf->height ); + resize_window1(xconf->width, xconf->height); + #if 1 + XTranslateCoordinates (Xdisplay, TermWin.parent, Xroot, 0, 0, &root_x, &root_y, &wdumm); + +- fprintf( stderr, "root_geom = %dx%d%+d%+d, root_size = %dx%d\n", xconf->width, xconf->height, root_x, root_y, XdisplayWidth, XdisplayHeight ); + TermWin.root_x = root_x ; + TermWin.root_y = root_y ; + TermWin.root_width = xconf->width ; -- cgit v1.2.3