Loading opengl/libs/EGL/egl.cpp +2 −2 Original line number Original line Diff line number Diff line Loading @@ -218,8 +218,8 @@ struct egl_context_t : public egl_object_t egl_context_t(EGLDisplay dpy, EGLContext context, EGLConfig config, egl_context_t(EGLDisplay dpy, EGLContext context, EGLConfig config, int impl, egl_connection_t const* cnx, int version) int impl, egl_connection_t const* cnx, int version) : dpy(dpy), context(context), read(0), draw(0), impl(impl), cnx(cnx), : dpy(dpy), context(context), config(config), read(0), draw(0), impl(impl), version(version) cnx(cnx), version(version) { { } } EGLDisplay dpy; EGLDisplay dpy; Loading Loading
opengl/libs/EGL/egl.cpp +2 −2 Original line number Original line Diff line number Diff line Loading @@ -218,8 +218,8 @@ struct egl_context_t : public egl_object_t egl_context_t(EGLDisplay dpy, EGLContext context, EGLConfig config, egl_context_t(EGLDisplay dpy, EGLContext context, EGLConfig config, int impl, egl_connection_t const* cnx, int version) int impl, egl_connection_t const* cnx, int version) : dpy(dpy), context(context), read(0), draw(0), impl(impl), cnx(cnx), : dpy(dpy), context(context), config(config), read(0), draw(0), impl(impl), version(version) cnx(cnx), version(version) { { } } EGLDisplay dpy; EGLDisplay dpy; Loading