Return gl->quitting.

Quit state might be set just once depending on the context driver.
This commit is contained in:
Themaister 2014-05-29 02:21:22 +02:00
parent fc1e9786bb
commit 01e0fac94f

View File

@ -2369,7 +2369,7 @@ static bool gl_alive(void *data)
else if (resize)
gl->should_resize = true;
return !quit;
return !gl->quitting;
}
static bool gl_focus(void *data)