VirtualBox

Ignore:
Timestamp:
Mar 30, 2009 1:44:07 PM (16 years ago)
Author:
vboxsync
Message:

crOpenGL: more typos

File:
1 edited

Legend:

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

    r18547 r18548  
    7777void * VBOXGLXENTRYTAG(glXAllocateMemoryMESA)(Display *dpy, int scrn,
    7878                                                       size_t size, float readFreq,
    79                                                        float writeFreq, float priority);
     79                                                       float writeFreq, float priority)
    8080{
    8181    return glxim.AllocateMemoryMESA(dpy, scrn, size, readFreq, writeFreq, priority);
     
    8484GLuint VBOXGLXENTRYTAG(glXGetMemoryOffsetMESA)(Display *dpy, int scrn, const void *pointer )
    8585{
    86     return glxim.GetMemoryOffsetMESA(dpy, scr, pointer);
     86    return glxim.GetMemoryOffsetMESA(dpy, scrn, pointer);
    8787}
    8888
     
    9797void VBOXGLXENTRYTAG(glXCopyContext)( Display *dpy, GLXContext src, GLXContext dst,
    9898#if defined(SunOS)
    99 unsigned long mask);
     99unsigned long mask)
    100100#else
    101 unsigned long mask);
     101unsigned long mask)
    102102#endif
    103103{
    104     return glxim.CopyContext(dpy,. src, dst, mask);
     104    return glxim.CopyContext(dpy, src, dst, mask);
    105105}
    106106
     
    330330int VBOXGLXENTRYTAG(glXGetFBConfigAttrib)(Display *dpy, GLXFBConfig config, int attribute, int *value)
    331331{
    332     return glxim.GetFBConfigAttrib(dp, config, attribute, value);
     332    return glxim.GetFBConfigAttrib(dpy, config, attribute, value);
    333333}
    334334
     
    350350Bool VBOXGLXENTRYTAG(glXMakeContextCurrent)(Display *display, GLXDrawable draw, GLXDrawable read, GLXContext ctx)
    351351{
    352     return glxim.MakeContextCurrent(disaply, draw, read, ctx);
     352    return glxim.MakeContextCurrent(display, draw, read, ctx);
    353353}
    354354
     
    368368}
    369369
     370/*
    370371#ifdef CR_EXT_texture_from_pixmap
    371372void VBOXGLXENTRYTAG(glXBindTexImageEXT)(Display *dpy, GLXDrawable draw, int buffer, const int *attrib_list)
     
    379380}
    380381#endif
     382*/
    381383
    382384#endif /* GLX_EXTRAS */
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