VirtualBox

Changeset 60120 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 21, 2016 1:08:45 PM (9 years ago)
Author:
vboxsync
Message:

bugref:8087: Additions/X11: added dummy for eglSwapInterval()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/crOpenGL/egl.c

    r59170 r60120  
    911911}
    912912
     913DECLEXPORT(EGLBoolean) eglSwapInterval (EGLDisplay dpy, EGLint interval)
     914{
     915    NOREF(dpy);
     916    NOREF(interval);
     917    return EGL_TRUE;
     918}
     919
    913920typedef void (*VBEGLFuncPtr)(void);
    914921DECLEXPORT(VBEGLFuncPtr)eglGetProcAddress(const char *pszName)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette