Mir

Code review comment for lp:~vanvugt/mir/egldemo

Revision history for this message
Alexandros Frantzis (afrantzis) wrote :

109 +static EGLBoolean running = EGL_FALSE;

Although it probably won't be a problem in practice, we should be using the standard "volatile sig_atomic_t" for the running variable.

Other than that looks good, and the plasma is quite hypnotic :)

review: Needs Fixing

« Back to merge proposal