Mir

Code review comment for lp:~cemil-azizoglu/mir/mir-on-x

Revision history for this message
Robert Carr (robertcarr) wrote :

732 + eglTerminate(egl_dpy);
733 + XDestroyWindow(x_dpy, win);

+ other places in this ctor

are strong evidence EGLDisplay and the XWindow should be an RAII type.

« Back to merge proposal