From a9799dc301aa6a8638d634e722ed730666878067 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Wed, 17 Sep 2014 15:43:20 +0000 Subject: add some debug output --- Sgraph.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Sgraph.c b/Sgraph.c index 38e95c5..c5b9804 100644 --- a/Sgraph.c +++ b/Sgraph.c @@ -184,6 +184,7 @@ Resize(Widget w) height = winheight; warnx("win: %dx%d", winwidth, winheight); warnx("sub: %dx%d", width, height); + warnx("size: %d", sw->sgraph.sizeData); if (sw->sgraph.bg != None) XFreePixmap(XtDisplay(sw), sw->sgraph.bg); -- cgit v1.2.3