(VG) Buildfix

This commit is contained in:
twinaphex 2018-11-06 20:58:41 +01:00
parent e4b30eb087
commit f271ea789d

View File

@ -442,6 +442,7 @@ static bool vg_frame(void *data, const void *frame,
static bool vg_alive(void *data)
{
bool quit = false;
bool resize = false;
unsigned temp_width = 0;
unsigned temp_height = 0;
vg_t *vg = (vg_t*)data;