aboutsummaryrefslogtreecommitdiff
path: root/Sgraph.c
diff options
context:
space:
mode:
Diffstat (limited to 'Sgraph.c')
-rw-r--r--Sgraph.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Sgraph.c b/Sgraph.c
index 444750e..17d1b7d 100644
--- a/Sgraph.c
+++ b/Sgraph.c
@@ -203,6 +203,7 @@ Resize(Widget w)
width = winwidth / 2;
height = winheight / 4;
+ sw->sgraph.size = winwidth;
warnx("win: %dx%d", winwidth, winheight);
warnx("sub: %dx%d", width, height);
warnx("size: %d", sw->sgraph.size);