aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2014-09-17 15:43:20 +0000
committerDimitri Sokolyuk <demon@dim13.org>2014-09-17 15:43:20 +0000
commita9799dc301aa6a8638d634e722ed730666878067 (patch)
tree07e9dc119efcb48de1fdd8d0ca5eaeea9f23a934
parent23f54cb63d55a4cdc810928384162d3d8afcf7e4 (diff)
add some debug output
-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);