X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=eglwrap.c;fp=eglwrap.c;h=ef927f72dec9fc8474b31e9167454acf7e6a3e70;hb=38cac4f60ed2d37cb90dc6018d90600edf5ba8eb;hp=913532ef023df21c7b6765a82f25649a7f0de237;hpb=4b8e79fbf3a58702a11c4959d8c153f98f9fbcd3;p=fips diff --git a/eglwrap.c b/eglwrap.c index 913532e..ef927f7 100644 --- a/eglwrap.c +++ b/eglwrap.c @@ -80,12 +80,8 @@ eglSwapBuffers (EGLDisplay dpy, EGLSurface surface) EGLWRAP_DEFER_WITH_RETURN (ret, eglSwapBuffers, dpy, surface); - context_counter_stop (); - context_end_frame (); - context_counter_start (); - return ret; }