(svn r25264) -Feature: linkgraph overlay over main viewport (fonsinchen)

This commit is contained in:
rubidium
2013-05-19 14:49:25 +00:00
parent 50ae992b47
commit ef7befdbd8
7 changed files with 119 additions and 18 deletions

View File

@@ -781,6 +781,7 @@ void SetupScreenshotViewport(ScreenshotType t, ViewPort *vp)
vp->top = 0;
vp->width = UnScaleByZoom(vp->virtual_width, vp->zoom);
vp->height = UnScaleByZoom(vp->virtual_height, vp->zoom);
vp->overlay = NULL;
}
/**