aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Sgraph.c1
1 files changed, 1 insertions, 0 deletions
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);