VirtualBox

Ignore:
Timestamp:
Sep 5, 2013 7:25:47 AM (11 years ago)
Author:
vboxsync
Message:

crOpenGL: fix OSX win8.1 rendering

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_glx.c

    r45581 r48291  
    448448            if (bRc)
    449449            {
    450                 bRc = renderspuWindowInit(&render_spu.WinCmdWindow, &render_spu.WinCmdVisual, GL_FALSE, CR_RENDER_WINCMD_ID);
     450                bRc = renderspuWindowInitWithVisual(&render_spu.WinCmdWindow, &render_spu.WinCmdVisual, GL_FALSE, CR_RENDER_WINCMD_ID);
    451451                if (bRc)
    452452                {
     
    458458                else
    459459                {
    460                     crError("renderspuWindowInit failed");
     460                    crError("renderspuWindowInitWithVisual failed");
    461461                }
    462462                /* there is no visual destroy impl currently
     
    20782078    XSync(window->visual->dpy, False);
    20792079}
     2080
     2081void renderspu_SystemDefaultSharedContextChanged(ContextInfo *fromContext, ContextInfo *toContext)
     2082{
     2083
     2084}
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